mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Makefile: document configure cache handling
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0a62bb41ba
commit
97c996d654
1
Makefile
1
Makefile
@ -441,6 +441,7 @@ external-deps:
|
|||||||
SPIDER=--spider source
|
SPIDER=--spider source
|
||||||
|
|
||||||
ifeq ($(BR2_CONFIG_CACHE),y)
|
ifeq ($(BR2_CONFIG_CACHE),y)
|
||||||
|
# drop configure cache if configuration is changed
|
||||||
$(BUILD_DIR)/tgt-config.cache: .config
|
$(BUILD_DIR)/tgt-config.cache: .config
|
||||||
rm -f $@
|
rm -f $@
|
||||||
touch $@
|
touch $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user