mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:01:54 +02:00
Add missing .configured target and fix .prepared target that caused superfluous package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@964 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f9539c4196
commit
d59555fe1a
@ -14,6 +14,10 @@ $(eval $(call PKG_template,CIFSMOUNT,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$
|
||||
|
||||
$(PKG_BUILD_DIR)/.prepared:
|
||||
mkdir -p $@
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
$(TARGET_CC) -o $(PKG_BUILD_DIR)/mount.cifs mount.cifs.c
|
||||
|
Loading…
Reference in New Issue
Block a user