Explorar o código

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 %!s(int64=14) %!d(string=hai) anos
pai
achega
5bf1382aaf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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