]> Git Repo - buildroot-mgba.git/commitdiff
Makefile: document configure cache handling
authorPeter Korsgaard <[email protected]>
Sat, 12 Dec 2009 07:48:53 +0000 (08:48 +0100)
committerPeter Korsgaard <[email protected]>
Sat, 12 Dec 2009 07:50:00 +0000 (08:50 +0100)
Signed-off-by: Peter Korsgaard <[email protected]>
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 $@
This page took 0.034453 seconds and 4 git commands to generate.