pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/flavor/pkg Back out previous and always define the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d06d4adafaf6
branches: trunk
changeset: 529554:d06d4adafaf6
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Jun 07 15:30:26 2007 +0000
description:
Back out previous and always define the shell variable $silent
appropriately again based on the value of _BOOTSTRAP_VERBOSE. This
code was lost in revision 1.27.
This should again suppress the output during "mirror-distfiles" in the
case where the bootstrap dependency is already installed.
diffstat:
mk/flavor/pkg/depends.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r e24597817c67 -r d06d4adafaf6 mk/flavor/pkg/depends.mk
--- a/mk/flavor/pkg/depends.mk Thu Jun 07 15:18:26 2007 +0000
+++ b/mk/flavor/pkg/depends.mk Thu Jun 07 15:30:26 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.36 2007/06/05 13:19:10 rillig Exp $
+# $NetBSD: depends.mk,v 1.37 2007/06/07 15:30:26 jlam Exp $
# This command prints out the dependency patterns for all full (run-time)
# dependencies of the package.
@@ -97,7 +97,8 @@
exit 1; \
;; \
esac; \
- if ${TEST} -z "$${silent-}"; then \
+ silent=${_BOOTSTRAP_VERBOSE:Dyes}; \
+ if ${TEST} -z "$${silent}"; then \
${STEP_MSG} "Required installed package $$pattern: $$pkg found"; \
fi; \
;; \
Home |
Main Index |
Thread Index |
Old Index