Selaa lähdekoodia

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 <jacmet@sunsite.dk>
Peter Korsgaard 12 vuotta sitten
vanhempi
commit
9f5a9deb8c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      package/pkg-autotools.mk

+ 1 - 1
package/pkg-autotools.mk

@@ -136,7 +136,7 @@ define $(2)_CONFIGURE_CMDS
 		--disable-documentation \
 		--disable-documentation \
 		--with-xmlto=no \
 		--with-xmlto=no \
 		--with-fop=no \
 		--with-fop=no \
-		$$($$(PKG)_CONF_OPT) \
+		$$(QUIET) $$($$(PKG)_CONF_OPT) \
 	)
 	)
 endef
 endef
 endif
 endif