From ddd73e012c6079e205528c9781c4122f3e046d5f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:08:45 +0000 Subject: Makefile.autotools.in: quiet configure on silent (-s) builds Use --quiet configure argument when make is invoked with the -s (silent) option. --- package/Makefile.autotools.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package') 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 $@ -- cgit v1.2.3