From: Mike Baker Date: Wed, 2 Aug 2006 13:40:11 +0000 (+0000) Subject: fix CONFIG_ALL X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=188f64115308d1d09914ee300c4ee47777550a23;p=openwrt%2Fstaging%2Fansuel.git fix CONFIG_ALL SVN-Revision: 4397 --- diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk index 3dc944dbfa..fbd4cf7149 100644 --- a/openwrt/include/package.mk +++ b/openwrt/include/package.mk @@ -19,7 +19,7 @@ define Build/DefaultTargets $(PKG_BUILD_DIR)/.prepared: package-clean endif - ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg $(IPKG_$(1)) $(PKG_BUILD_DIR)),$(IPKG_$(1))) + ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install $(IPKG_$(1)) $(PKG_BUILD_DIR) | tee /tmp/check_$(1)),$(IPKG_$(1))) $(PKG_BUILD_DIR)/.built: package-rebuild endif endif @@ -121,7 +121,7 @@ define BuildPackage install-targets: $$(INFO_$(1)) endif - ifneq ($(CONFIG_PACKAGE_$(1))$(DEVELOPER),) + ifneq ($(CONFIG_PACKAGE_$(1))$(CONFIG_ALL),) compile-targets: $$(IPKG_$(1)) endif endif