diff options
author | jlam <jlam@pkgsrc.org> | 2007-08-13 15:17:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-08-13 15:17:09 +0000 |
commit | 6aef13a50fb0c50def0302a057c60c0ae5087926 (patch) | |
tree | cd9ffb43a6106eb047ac18378672954cc411c952 /mk/emulator | |
parent | 13ea59af42fe20b2a97d9520f70c8106aae1aba3 (diff) | |
download | pkgsrc-6aef13a50fb0c50def0302a057c60c0ae5087926.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')
-rw-r--r-- | mk/emulator/emulator.mk | 4 |
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 |