projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a62bb4
)
Makefile: document configure cache handling
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 12 Dec 2009 07:48:53 +0000
(08:48 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 12 Dec 2009 07:50:00 +0000
(08:50 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f8303e137636a5683e17c0856dae72d8644b4e88..bf04773d26ed451776c9d118bb0784f86a1bde0c 100644
(file)
--- 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 $@