浏览代码

make flush, should always be visible

Ulf Samuelsson 16 年之前
父节点
当前提交
260d3b4ac2
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      Makefile

+ 3 - 2
Makefile

@@ -473,11 +473,12 @@ 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)
 
 
+flush:
+	rm -f $(PROJECT_BUILD_DIR)/tgt-config.cache
+
 %_defconfig: $(CONFIG)/conf
 %_defconfig: $(CONFIG)/conf
 	cp $(shell find ./target/ -name $@) .config
 	cp $(shell find ./target/ -name $@) .config
 	-@$(MAKE) oldconfig
 	-@$(MAKE) oldconfig