浏览代码

Ensure make %_defconfig works without error - now silently

Ulf Samuelsson 18 年之前
父节点
当前提交
8820d63a13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -409,7 +409,7 @@ endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
 
 %_defconfig: $(CONFIG)/conf
 	cp $(shell find ./target/ -name $@) .config
-	- $(MAKE) oldconfig
+	-@$(MAKE) oldconfig
 
 help:
 	@echo 'Cleaning:'