mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 19:40:39 +00:00
build: add a variable for injecting config variable dependencies for the .prepared stamp
SVN-Revision: 32368
This commit is contained in:
parent
9ea33a2ff1
commit
3051de8701
@ -31,7 +31,7 @@ ifneq ($(PREV_STAMP_PREPARED),)
|
|||||||
STAMP_PREPARED:=$(PREV_STAMP_PREPARED)
|
STAMP_PREPARED:=$(PREV_STAMP_PREPARED)
|
||||||
CONFIG_AUTOREBUILD:=
|
CONFIG_AUTOREBUILD:=
|
||||||
else
|
else
|
||||||
STAMP_PREPARED=$(PKG_BUILD_DIR)/.prepared$(if $(QUILT)$(DUMP),,_$(shell $(call find_md5,${CURDIR} $(PKG_FILE_DEPENDS),)))
|
STAMP_PREPARED=$(PKG_BUILD_DIR)/.prepared$(if $(QUILT)$(DUMP),,_$(shell $(call find_md5,${CURDIR} $(PKG_FILE_DEPENDS),))$(call confvar,$(PKG_PREPARED_DEPENDS)))
|
||||||
endif
|
endif
|
||||||
STAMP_CONFIGURED:=$(PKG_BUILD_DIR)/.configured$(if $(DUMP),,_$(call confvar,$(PKG_CONFIG_DEPENDS)))
|
STAMP_CONFIGURED:=$(PKG_BUILD_DIR)/.configured$(if $(DUMP),,_$(call confvar,$(PKG_CONFIG_DEPENDS)))
|
||||||
STAMP_CONFIGURED_WILDCARD=$(patsubst %_$(call confvar,$(PKG_CONFIG_DEPENDS)),%_*,$(STAMP_CONFIGURED))
|
STAMP_CONFIGURED_WILDCARD=$(patsubst %_$(call confvar,$(PKG_CONFIG_DEPENDS)),%_*,$(STAMP_CONFIGURED))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user