From 4ba575d5f743f7513207f410fd3e98a9f9e70536 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 13 Aug 2007 15:17:09 +0000 Subject: Suppress the "depends on installed package(s)" message so it doesn't get printed for each EMUL_PLATFORM that is supported by the package. --- mk/emulator/emulator.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/emulator/emulator.mk') diff --git a/mk/emulator/emulator.mk b/mk/emulator/emulator.mk index acc4db44045..ba378c49476 100644 --- a/mk/emulator/emulator.mk +++ b/mk/emulator/emulator.mk @@ -1,4 +1,4 @@ -# $NetBSD: emulator.mk,v 1.2 2007/07/31 20:02:48 jlam Exp $ +# $NetBSD: emulator.mk,v 1.3 2007/08/13 15:17:09 jlam Exp $ # # This file is included by bsd.pkg.mk. # @@ -103,7 +103,7 @@ EMUL_PKG_FMT?= plain emul-fetch: .for _platform_ in ${EMUL_PLATFORMS} ${RUN} ${MAKE} ${MAKEFLAGS} fetch NO_SKIP=yes \ - EMUL_PLATFORM=${_platform_} + _BOOTSTRAP_VERBOSE= EMUL_PLATFORM=${_platform_} .endfor .PHONY: emul-distinfo -- cgit v1.2.3