mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-12 07:53:07 +00:00
Add missing .configured target and fix .prepared target that caused superfluous package rebuild
SVN-Revision: 964
This commit is contained in:
parent
c5725a0578
commit
04972c4c3f
@ -14,6 +14,10 @@ $(eval $(call PKG_template,CIFSMOUNT,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$
|
|||||||
|
|
||||||
$(PKG_BUILD_DIR)/.prepared:
|
$(PKG_BUILD_DIR)/.prepared:
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
touch $@
|
||||||
|
|
||||||
|
$(PKG_BUILD_DIR)/.configured:
|
||||||
|
touch $@
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built:
|
$(PKG_BUILD_DIR)/.built:
|
||||||
$(TARGET_CC) -o $(PKG_BUILD_DIR)/mount.cifs mount.cifs.c
|
$(TARGET_CC) -o $(PKG_BUILD_DIR)/mount.cifs mount.cifs.c
|
||||||
|
Loading…
Reference in New Issue
Block a user