From 106a08103f2ecaca75709dc30db7d7ee6b64bb30 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 24 Aug 2009 23:22:28 +0000 Subject: [PATCH] change HOST_STAMP_PREPARED for toolchain builds to make sure that added/removed patches do not trigger partial toolchain rebuilds SVN-Revision: 17392 --- include/toolchain-build.mk | 2 ++ 1 file changed, 2 insertions(+) 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