summaryrefslogtreecommitdiff
path: root/mk/emulator/emulator.mk
diff options
context:
space:
mode:
authorjlam <jlam>2007-08-13 15:17:09 +0000
committerjlam <jlam>2007-08-13 15:17:09 +0000
commit4ba575d5f743f7513207f410fd3e98a9f9e70536 (patch)
treecd9ffb43a6106eb047ac18378672954cc411c952 /mk/emulator/emulator.mk
parent48a5e8ef3911e9252be4bcf5e5cbc89be12f21ef (diff)
downloadpkgsrc-4ba575d5f743f7513207f410fd3e98a9f9e70536.tar.gz
Suppress the "depends on installed package(s)" message so it doesn't get
printed for each EMUL_PLATFORM that is supported by the package.
Diffstat (limited to 'mk/emulator/emulator.mk')
-rw-r--r--mk/emulator/emulator.mk4
1 files changed, 2 insertions, 2 deletions
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