From 8fe62cd6c3103d6eb0c8097f8a7824afd051bb81 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 9 Jan 2020 17:56:12 -0600 Subject: Don't feed "y" to silentoldconfig, it puts menus in a loop. Hit enter instead. --- kconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfig') 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 -- cgit v1.2.3