Module Name:    src
Committed By:   lukem
Date:           Sat Jun 13 08:12:16 UTC 2020

Modified Files:
        src/tools: Makefile.gnuhost

Log Message:
tools: if MAKEVERBOSE < 2, quieten automake builds


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/tools/Makefile.gnuhost

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile.gnuhost
diff -u src/tools/Makefile.gnuhost:1.51 src/tools/Makefile.gnuhost:1.52
--- src/tools/Makefile.gnuhost:1.51	Mon Oct 22 13:19:42 2018
+++ src/tools/Makefile.gnuhost	Sat Jun 13 08:12:16 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.gnuhost,v 1.51 2018/10/22 13:19:42 maya Exp $
+#	$NetBSD: Makefile.gnuhost,v 1.52 2020/06/13 08:12:16 lukem Exp $
 #
 # Rules used when building a GNU host package.  Expects MODULE to be set.
 #
@@ -102,6 +102,10 @@ BUILD_COMMAND=	/usr/bin/env -i ${BUILD_E
 
 MAKE_ARGS+=	BISON=true DESTDIR= INSTALL=${HOST_INSTALL_FILE:Q}
 
+.if ${MAKEVERBOSE} < 2
+MAKE_ARGS+=	V=0
+.endif
+
 ALL_TARGET?=	all
 INSTALL_TARGET?=install
 

Reply via email to