tools: if MAKEVERBOSE < 2, quieten automake builds

This commit is contained in:
lukem 2020-06-13 08:12:16 +00:00
parent e8c43cef44
commit ccc4feaf7c
1 changed files with 5 additions and 1 deletions

View File

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