fix unnecessary kernel package recompile

SVN-Revision: 5227
v19.07.3_mercusys_ac12_duma
Felix Fietkau 18 years ago
parent 2665d7f09e
commit 47c25a1e96

@ -256,16 +256,18 @@ define BuildPackage
$$(eval $$(call Build/DefaultTargets,$(1))) $$(eval $$(call Build/DefaultTargets,$(1)))
ifneq ($$(CONFIG_PACKAGE_$(1)),) ifdef Package/$(1)/install
ifneq ($(MAKECMDGOALS),prereq) ifneq ($$(CONFIG_PACKAGE_$(1)),)
ifneq ($(DUMP),1) ifneq ($(MAKECMDGOALS),prereq)
ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install '$$(IPKG_$(1))' '$(PKG_BUILD_DIR)'),$$(IPKG_$(1))) ifneq ($(DUMP),1)
_INFO+=$(subst $(TOPDIR)/,,$$(IPKG_$(1))) ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install '$$(IPKG_$(1))' '$(PKG_BUILD_DIR)'),$$(IPKG_$(1)))
$(PKG_BUILD_DIR)/.built: package-rebuild _INFO+=$(subst $(TOPDIR)/,,$$(IPKG_$(1)))
endif $(PKG_BUILD_DIR)/.built: package-rebuild
endif
ifneq ($$(_INFO),)
$$(info Rebuilding $$(_INFO)) ifneq ($$(_INFO),)
$$(info Rebuilding $$(_INFO))
endif
endif endif
endif endif
endif endif

Loading…
Cancel
Save