mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-11 14:23:52 +08:00
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>
This commit is contained in:
parent
fedf4815ba
commit
9f5a9deb8c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user