From c9571603db299259bca8271917688455696c14ce Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 27 Oct 2018 10:54:18 -0500 Subject: Fix "make distclean defconfig toybox" all on one line (good of $CROSS_COMPILER changed), better error message when .config missing. --- kconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfig') diff --git a/kconfig/Makefile b/kconfig/Makefile index 7466d035..d62fe78b 100644 --- a/kconfig/Makefile +++ b/kconfig/Makefile @@ -18,7 +18,7 @@ oldconfig: $(obj)/conf $(KCONFIG_TOP) $< -o $(KCONFIG_TOP) silentoldconfig: $(obj)/conf $(KCONFIG_TOP) - $< -s $(KCONFIG_TOP) + yes | $< -o $(KCONFIG_TOP) > /dev/null randconfig: $(obj)/conf $(KCONFIG_TOP) $< -r $(KCONFIG_TOP) > /dev/null -- cgit v1.2.3