From 3fdf0bffb87c81f6abf70e64e5b9239431d79ee2 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 1 Oct 2009 21:24:42 +0200 Subject: buildroot: silence ./configure step when building with 'make -s' We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard --- package/bash/bash.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/bash') diff --git a/package/bash/bash.mk b/package/bash/bash.mk index 57c88e880..fbb9cfb1e 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -46,7 +46,7 @@ $(BASH_DIR)/.configured: $(BASH_DIR)/.unpacked bash_cv_getcwd_malloc=yes \ bash_cv_func_sigsetjmp=present \ bash_cv_printf_a_format=yes \ - ./configure \ + ./configure $(QUIET) \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) \ -- cgit v1.2.3