diff options
| author | lukem <lukem@NetBSD.org> | 2020-06-13 08:12:16 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2020-06-13 08:12:16 +0000 |
| commit | fcd0a3cdbfdf1a9aa2bbd4536e305f9a0d3030b7 (patch) | |
| tree | 6568c64674eaa87a12f357e227d14c24b119b492 /tools/Makefile.gnuhost | |
| parent | ca2a70feb44ecbbdf3083bf1c003815a18f6f3f9 (diff) | |
tools: if MAKEVERBOSE < 2, quieten automake builds
Diffstat (limited to 'tools/Makefile.gnuhost')
| -rw-r--r-- | tools/Makefile.gnuhost | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/Makefile.gnuhost b/tools/Makefile.gnuhost index bc0381bca16..8389c1505c7 100644 --- a/tools/Makefile.gnuhost +++ b/tools/Makefile.gnuhost @@ -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_ENV} ${MAKE_ARGS} ${TOOL_GMAKE} ${GMAKE_J MAKE_ARGS+= BISON=true DESTDIR= INSTALL=${HOST_INSTALL_FILE:Q} +.if ${MAKEVERBOSE} < 2 +MAKE_ARGS+= V=0 +.endif + ALL_TARGET?= all INSTALL_TARGET?=install |
