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.
This commit is contained in:
jlam 2007-06-07 15:30:26 +00:00
parent 968407733f
commit bf1aa1dd87

View file

@ -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 @@ _DEPENDS_INSTALL_CMD= \
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; \
;; \