make flush, should always be visible

This commit is contained in:
Ulf Samuelsson 2009-01-29 09:34:11 +00:00
parent a77bf1ecde
commit 260d3b4ac2
1 changed files with 3 additions and 2 deletions

View File

@ -473,11 +473,12 @@ clean:
distclean: clean
rm -rf sources/*
flush:
rm -f $(PROJECT_BUILD_DIR)/tgt-config.cache
endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
flush:
rm -f $(PROJECT_BUILD_DIR)/tgt-config.cache
%_defconfig: $(CONFIG)/conf
cp $(shell find ./target/ -name $@) .config
-@$(MAKE) oldconfig