diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-12 08:48:53 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-12 08:50:00 +0100 |
commit | 97c996d6548b1d73bebedb25cee23c2137cb6348 (patch) | |
tree | 292a5af26f92aa69d870136be70c937231c6b048 /Makefile | |
parent | 0a62bb41ba949cd5615069285de318150751d800 (diff) | |
download | buildroot-novena-97c996d6548b1d73bebedb25cee23c2137cb6348.tar.gz buildroot-novena-97c996d6548b1d73bebedb25cee23c2137cb6348.zip |
Makefile: document configure cache handling
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 $@ |