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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue