don't run rebuild checks for dump and prereq
SVN-Revision: 4771
This commit is contained in:
parent
4ea7de5030
commit
3659367992
1 changed files with 9 additions and 7 deletions
|
@ -237,14 +237,16 @@ define BuildPackage
|
||||||
$$(eval $$(call Build/DefaultTargets,$(1)))
|
$$(eval $$(call Build/DefaultTargets,$(1)))
|
||||||
|
|
||||||
ifneq ($$(CONFIG_PACKAGE_$(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 ($(MAKECMDGOALS),prereq)
|
||||||
ifneq ($$(_INFO),)
|
ifneq ($(DUMP),1)
|
||||||
$$(info Rebuilding $$(_INFO))
|
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
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue