summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard2009-12-12 08:48:53 +0100
committerPeter Korsgaard2009-12-12 08:50:00 +0100
commit97c996d6548b1d73bebedb25cee23c2137cb6348 (patch)
tree292a5af26f92aa69d870136be70c937231c6b048 /Makefile
parentdocs: Clean up punctuation, grammar, usage, and typos. (diff)
downloadbuildroot-97c996d6548b1d73bebedb25cee23c2137cb6348.tar.gz
buildroot-97c996d6548b1d73bebedb25cee23c2137cb6348.tar.xz
buildroot-97c996d6548b1d73bebedb25cee23c2137cb6348.zip
Makefile: document configure cache handling
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f8303e137..bf04773d2 100644
--- a/Makefile
+++ b/Makefile
@@ -441,6 +441,7 @@ external-deps:
SPIDER=--spider source
ifeq ($(BR2_CONFIG_CACHE),y)
+# drop configure cache if configuration is changed
$(BUILD_DIR)/tgt-config.cache: .config
rm -f $@
touch $@