diff options
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r-- | package/Makefile.autotools.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index c01a73eb1..07bb32d47 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -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 $@ |