Makefile: document configure cache handling
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 12 Dec 2009 07:48:53 +0000 (08:48 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 12 Dec 2009 07:50:00 +0000 (08:50 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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 $@