From: Felix Fietkau Date: Mon, 24 Aug 2009 23:22:28 +0000 (+0000) Subject: change HOST_STAMP_PREPARED for toolchain builds to make sure that added/removed patch... X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=a05a29d3650dc336c92a33005b6889352310e144;p=15.05%2Fopenwrt.git change HOST_STAMP_PREPARED for toolchain builds to make sure that added/removed patches do not trigger partial toolchain rebuilds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17392 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/toolchain-build.mk b/include/toolchain-build.mk index b9a94316fc..08054ac9c6 100644 --- a/include/toolchain-build.mk +++ b/include/toolchain-build.mk @@ -11,3 +11,5 @@ STAGING_DIR_HOST:=$(TOOLCHAIN_DIR) BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN) include $(INCLUDE_DIR)/host-build.mk + +HOST_STAMP_PREPARED=$(HOST_BUILD_DIR)/.prepared