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: http://git.openwrt.org/?a=commitdiff_plain;h=106a08103f2ecaca75709dc30db7d7ee6b64bb30;p=openwrt%2Fstaging%2Fyousong.git change HOST_STAMP_PREPARED for toolchain builds to make sure that added/removed patches do not trigger partial toolchain rebuilds SVN-Revision: 17392 --- 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