X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/de399b7bdfd5bf4756bd98c156506d11cbb01714..ea36d0a79c3da2679a826f88c3b48b06ad0bd45a:/include/package.mk diff --git a/include/package.mk b/include/package.mk index 42ffcfbb3..396fae60f 100644 --- a/include/package.mk +++ b/include/package.mk @@ -237,14 +237,16 @@ define BuildPackage $$(eval $$(call Build/DefaultTargets,$(1))) ifneq ($$(CONFIG_PACKAGE_$(1)),) - ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install $$(IPKG_$(1)) $(PKG_BUILD_DIR)),$$(IPKG_$(1))) - _INFO+=$(subst $(TOPDIR)/,,$$(IPKG_$(1))) - $(PKG_BUILD_DIR)/.built: package-rebuild - endif - ifneq ($(MAKECMDGOALS),prereq) - ifneq ($$(_INFO),) - $$(info Rebuilding $$(_INFO)) + ifneq ($(DUMP),1) + ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install '$$(IPKG_$(1))' '$(PKG_BUILD_DIR)'),$$(IPKG_$(1))) + _INFO+=$(subst $(TOPDIR)/,,$$(IPKG_$(1))) + $(PKG_BUILD_DIR)/.built: package-rebuild + endif + + ifneq ($$(_INFO),) + $$(info Rebuilding $$(_INFO)) + endif endif endif endif @@ -265,7 +267,7 @@ ifneq ($(strip $(PKG_CAT)),) endif define Build/Prepare - $(call Build/Prepare/Default) + $(call Build/Prepare/Default,) endef define Build/Configure/Default