From 9f5a9deb8cd02697c542422616e0c1879a943861 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 17 Jul 2013 09:37:36 +0200 Subject: [PATCH] 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 --- package/pkg-autotools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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