summaryrefslogtreecommitdiffstats
path: root/include/toolchain-build.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-24 23:22:28 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-24 23:22:28 +0000
commite605dff48fdff1a9cf6da69883da28e6fd707513 (patch)
treecceb9022dc6d58f909f87bdd3a127abbf4cbc3aa /include/toolchain-build.mk
parentc45e214f3c817154f36502d6b8bd353538827cfe (diff)
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 b9a94316f..08054ac9c 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