mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:52:27 +02:00
Add missing .configured target that caused superfluous package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@972 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d9b7db100d
commit
bd6d8a1b98
@ -142,8 +142,11 @@ $(eval $(call PKG_build,SNORT_MYSQL,snort-mysql,$(PKG_VERSION)-$(PKG_RELEASE),$(
|
||||
$(eval $(call PKG_build,SNORT_PGSQL,snort-pgsql,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
$(eval $(call PKG_build,SNORT_CUSTOM,snort-custom,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built: $(BUILD_TARGETS)
|
||||
touch $(PKG_BUILD_DIR)/.built
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.installed: $(PKG_BUILD_DIR)/.built
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user