Commit ddd73e01 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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

Use --quiet configure argument when make is invoked with the -s (silent)
option.
parent 2964bff6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 $@