Преглед изворни кода

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

Use --quiet configure argument when make is invoked with the -s (silent)
option.
Peter Korsgaard пре 17 година
родитељ
комит
ddd73e012c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      package/Makefile.autotools.in

+ 1 - 0
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 $@