From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:08:45 +0000 (-0000) Subject: Makefile.autotools.in: quiet configure on silent (-s) builds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddd73e012c6079e205528c9781c4122f3e046d5f;p=buildroot.git Makefile.autotools.in: quiet configure on silent (-s) builds Use --quiet configure argument when make is invoked with the -s (silent) option. --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index c01a73eb16..07bb32d477 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -215,6 +215,7 @@ $(BUILD_DIR)/%/.stamp_configured: --prefix=/usr \ --exec-prefix=/usr \ --sysconfdir=/etc \ + $(if $(findstring s,$(MAKEFLAGS)),--quiet,) $($(PKG)_CONF_OPT) $(Q)touch $@