1
0
فهرست منبع

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 16 سال پیش
والد
کامیت
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