All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] pkg-autotools.mk: also use QUIET for host configure runs
@ 2013-07-17  7:37 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2013-07-17  7:37 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=9f5a9deb8cd02697c542422616e0c1879a943861
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Similar to how we do it for target configure runs. For make -s invocations.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/pkg-autotools.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk
index 09deef2..b0eddde 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-17  7:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-17  7:37 [Buildroot] [git commit] pkg-autotools.mk: also use QUIET for host configure runs Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.