浏览代码

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 $@