pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/emulator Suppress the "depends on installed package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7113b0b98897
branches:  trunk
changeset: 532196:7113b0b98897
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Aug 13 15:17:09 2007 +0000

description:
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:

 mk/emulator/emulator.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c2383ae3c09a -r 7113b0b98897 mk/emulator/emulator.mk
--- a/mk/emulator/emulator.mk   Mon Aug 13 14:46:30 2007 +0000
+++ b/mk/emulator/emulator.mk   Mon Aug 13 15:17:09 2007 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index