Don't feed "y" to silentoldconfig, it puts menus in a loop. Hit enter instead.

This commit is contained in:
Rob Landley 2020-01-09 17:56:12 -06:00
parent 4e256c3b61
commit 8fe62cd6c3

View File

@ -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