瀏覽代碼

redirecting config/conf output to /dev/null is a bad idea

In fact, this leads to 'make oldconfig' waiting for user input without
prompting her for any.
Phil Sutter 14 年之前
父節點
當前提交
5bf1382aaf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mk/build.mk

+ 1 - 1
mk/build.mk

@@ -393,7 +393,7 @@ menuconfig: $(CONFIG)/mconf defconfig .menu
 
 _config: $(CONFIG)/conf .menu
 	-@touch .config
-	@$(CONFIG)/conf ${W} $(CONFIG_CONFIG_IN) >/dev/null
+	@$(CONFIG)/conf ${W} $(CONFIG_CONFIG_IN)
 	${POSTCONFIG}
 
 .NOTPARALLEL: _mconfig