From: Peter Korsgaard Date: Wed, 17 Jul 2013 07:37:36 +0000 (+0200) Subject: pkg-autotools.mk: also use QUIET for host configure runs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f5a9deb8cd02697c542422616e0c1879a943861;p=buildroot.git pkg-autotools.mk: also use QUIET for host configure runs Similar to how we do it for target configure runs. For make -s invocations. Signed-off-by: Peter Korsgaard --- diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk index 09deef2f36..b0edddebc7 100644 --- a/package/pkg-autotools.mk +++ b/package/pkg-autotools.mk @@ -136,7 +136,7 @@ define $(2)_CONFIGURE_CMDS --disable-documentation \ --with-xmlto=no \ --with-fop=no \ - $$($$(PKG)_CONF_OPT) \ + $$(QUIET) $$($$(PKG)_CONF_OPT) \ ) endef endif