From: Ulf Samuelsson Date: Thu, 29 Jan 2009 09:34:11 +0000 (-0000) Subject: make flush, should always be visible X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=260d3b4ac26be0764d8451f1de2ef7cd4b4c03cd;p=buildroot.git make flush, should always be visible --- diff --git a/Makefile b/Makefile index 2c269ecb95..bdcebaf646 100644 --- a/Makefile +++ b/Makefile @@ -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