mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
only apply recursive deps if DUMP is unset
SVN-Revision: 7572
This commit is contained in:
parent
0c8cccc9f7
commit
ca0140018b
@ -26,6 +26,7 @@ include $(INCLUDE_DIR)/package-ipkg.mk
|
||||
|
||||
export CONFIG_SITE:=$(INCLUDE_DIR)/site/$(REAL_GNU_TARGET_NAME)
|
||||
|
||||
ifeq ($(DUMP),)
|
||||
ifneq ($(CONFIG_AUTOREBUILD),)
|
||||
define Build/Autoclean
|
||||
$(PKG_BUILD_DIR)/.dep_files: $(STAMP_PREPARED)
|
||||
@ -33,6 +34,7 @@ ifneq ($(CONFIG_AUTOREBUILD),)
|
||||
$(call rdep,$(PKG_BUILD_DIR),$(STAMP_BUILT),$(PKG_BUILD_DIR)/.dep_files, -and -not -path "/.*" -and -not -path "*/ipkg*")
|
||||
endef
|
||||
endif
|
||||
endif
|
||||
|
||||
define Build/DefaultTargets
|
||||
ifneq ($(strip $(PKG_SOURCE_URL)),)
|
||||
|
Loading…
Reference in New Issue
Block a user