Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools tools: if MAKEVERBOSE < 2, quieten automake builds
details: https://anonhg.NetBSD.org/src/rev/51918f385a5c
branches: trunk
changeset: 934452:51918f385a5c
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Jun 13 08:12:16 2020 +0000
description:
tools: if MAKEVERBOSE < 2, quieten automake builds
diffstat:
tools/Makefile.gnuhost | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r e775835d304e -r 51918f385a5c tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost Sat Jun 13 07:48:59 2020 +0000
+++ b/tools/Makefile.gnuhost Sat Jun 13 08:12:16 2020 +0000
@@ -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 @@
MAKE_ARGS+= BISON=true DESTDIR= INSTALL=${HOST_INSTALL_FILE:Q}
+.if ${MAKEVERBOSE} < 2
+MAKE_ARGS+= V=0
+.endif
+
ALL_TARGET?= all
INSTALL_TARGET?=install
Home |
Main Index |
Thread Index |
Old Index