aboutsummaryrefslogtreecommitdiffstats
path: root/include/toolchain-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-08-24 23:22:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-08-24 23:22:28 +0000
commita05a29d3650dc336c92a33005b6889352310e144 (patch)
treecceb9022dc6d58f909f87bdd3a127abbf4cbc3aa /include/toolchain-build.mk
parent4cdbfa1eac434b935ce12c4dffae695e1edf6701 (diff)
downloadmaster-187ad058-a05a29d3650dc336c92a33005b6889352310e144.tar.gz
master-187ad058-a05a29d3650dc336c92a33005b6889352310e144.tar.bz2
master-187ad058-a05a29d3650dc336c92a33005b6889352310e144.zip
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
Diffstat (limited to 'include/toolchain-build.mk')
-rw-r--r--include/toolchain-build.mk2
1 files changed, 2 insertions, 0 deletions
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