Flush configuration cache, needed if config has changed
This commit is contained in:
parent
4374b75504
commit
13a85e3c04
4
Makefile
4
Makefile
@ -476,6 +476,9 @@ clean:
|
|||||||
distclean: clean
|
distclean: clean
|
||||||
rm -rf sources/*
|
rm -rf sources/*
|
||||||
|
|
||||||
|
flush:
|
||||||
|
rm -f $(PROJECT_BUILD_DIR)/tgt-config.cache
|
||||||
|
|
||||||
endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
|
endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
|
||||||
|
|
||||||
%_defconfig: $(CONFIG)/conf
|
%_defconfig: $(CONFIG)/conf
|
||||||
@ -519,6 +522,7 @@ help:
|
|||||||
@echo ' source - download all sources needed for offline-build'
|
@echo ' source - download all sources needed for offline-build'
|
||||||
@echo ' source-check - check all packages for valid download URLs'
|
@echo ' source-check - check all packages for valid download URLs'
|
||||||
@echo ' external-deps - list external packages used'
|
@echo ' external-deps - list external packages used'
|
||||||
|
@echo ' flush - flush configuration cache'
|
||||||
@echo
|
@echo
|
||||||
@echo 'See docs/README and docs/buildroot.html for further details'
|
@echo 'See docs/README and docs/buildroot.html for further details'
|
||||||
@echo
|
@echo
|
||||||
|
Loading…
Reference in New Issue
Block a user