From 188f64115308d1d09914ee300c4ee47777550a23 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Wed, 2 Aug 2006 13:40:11 +0000 Subject: [PATCH] fix CONFIG_ALL SVN-Revision: 4397 --- openwrt/include/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1