fix unnecessary kernel package recompile
SVN-Revision: 5227
This commit is contained in:
parent
2665d7f09e
commit
47c25a1e96
1 changed files with 11 additions and 9 deletions
|
@ -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),)
|
ifneq ($$(_INFO),)
|
||||||
$$(info Rebuilding $$(_INFO))
|
$$(info Rebuilding $$(_INFO))
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue