Add missing .configured target that caused superfluous package rebuild
SVN-Revision: 972
This commit is contained in:
parent
3bc2900d2a
commit
afcfb9a475
1 changed files with 4 additions and 1 deletions
|
@ -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_PGSQL,snort-pgsql,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||||
$(eval $(call PKG_build,SNORT_CUSTOM,snort-custom,$(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)
|
$(PKG_BUILD_DIR)/.built: $(BUILD_TARGETS)
|
||||||
touch $(PKG_BUILD_DIR)/.built
|
touch $@
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.installed: $(PKG_BUILD_DIR)/.built
|
$(PKG_BUILD_DIR)/.installed: $(PKG_BUILD_DIR)/.built
|
||||||
mkdir -p $(PKG_INSTALL_DIR)
|
mkdir -p $(PKG_INSTALL_DIR)
|
||||||
|
|
Loading…
Reference in a new issue