aboutsummaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-01-09 17:56:12 -0600
committerRob Landley <rob@landley.net>2020-01-09 17:56:12 -0600
commit8fe62cd6c3103d6eb0c8097f8a7824afd051bb81 (patch)
tree2e8c71291ff957e5879a329dcb6aea57f4fbe03d /kconfig
parent4e256c3b61336efebc228e3aa965f997a3d745c6 (diff)
downloadtoybox-8fe62cd6c3103d6eb0c8097f8a7824afd051bb81.tar.gz
Don't feed "y" to silentoldconfig, it puts menus in a loop. Hit enter instead.
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile
index 90a8148e..d57c9df8 100644
--- a/kconfig/Makefile
+++ b/kconfig/Makefile
@@ -18,7 +18,7 @@ oldconfig: $(obj)/conf $(KCONFIG_TOP)
$< -o $(KCONFIG_TOP)
silentoldconfig: $(obj)/conf $(KCONFIG_TOP)
- yes | $< -o $(KCONFIG_TOP) > /dev/null
+ yes '' | $< -o $(KCONFIG_TOP) > /dev/null
randconfig: $(obj)/conf $(KCONFIG_TOP)
$< -r $(KCONFIG_TOP) > /dev/null