diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-19 12:37:39 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-19 13:04:30 +0100 |
commit | bc73a7fd98b2c2c20cc2a796d625e671ca00eccf (patch) | |
tree | ccdb60f1aa238b1857dc5764ec04f2a37129dfaf /include | |
parent | 24c06e248111cb974a4f87b4e471cf9043e1eac6 (diff) | |
download | upstream-bc73a7fd98b2c2c20cc2a796d625e671ca00eccf.tar.gz upstream-bc73a7fd98b2c2c20cc2a796d625e671ca00eccf.tar.bz2 upstream-bc73a7fd98b2c2c20cc2a796d625e671ca00eccf.zip |
build: include CONFIG_AUTOREMOVE in HOST_STAMP_PREPARED
Fixes build issues when changing the CONFIG_AUTOREMOVE setting
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'include')
-rw-r--r-- | include/host-build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk index bbf4633c41..cf1203995c 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/unpack.mk include $(INCLUDE_DIR)/depends.mk BUILD_TYPES += host -HOST_STAMP_PREPARED=$(HOST_BUILD_DIR)/.prepared$(if $(HOST_QUILT)$(DUMP),,$(shell $(call find_md5,${CURDIR} $(PKG_FILE_DEPENDS),))) +HOST_STAMP_PREPARED=$(HOST_BUILD_DIR)/.prepared$(if $(HOST_QUILT)$(DUMP),,$(shell $(call find_md5,${CURDIR} $(PKG_FILE_DEPENDS),))_$(call confvar,CONFIG_AUTOREMOVE $(HOST_PREPARED_DEPENDS))) HOST_STAMP_CONFIGURED:=$(HOST_BUILD_DIR)/.configured HOST_STAMP_BUILT:=$(HOST_BUILD_DIR)/.built HOST_BUILD_PREFIX:=$(if $(IS_PACKAGE_BUILD),$(STAGING_DIR_HOSTPKG),$(STAGING_DIR_HOST)) |