Makefile.autotools.in: quiet configure on silent (-s) builds

Use --quiet configure argument when make is invoked with the -s (silent)
option.
This commit is contained in:
Peter Korsgaard 2008-08-04 19:08:45 +00:00
parent 2964bff64e
commit ddd73e012c
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ $(BUILD_DIR)/%/.stamp_configured:
--prefix=/usr \
--exec-prefix=/usr \
--sysconfdir=/etc \
$(if $(findstring s,$(MAKEFLAGS)),--quiet,)
$($(PKG)_CONF_OPT)
$(Q)touch $@