Get rid of the XXX trying to provide a bit more information regarding
PKG_VERBOSE. PKG_VERBOSE currently is mostly used consistently in order to pass the `-v' option to various commands (FETCH_CMD, PATCH, plist/doc-compress, pkg_delete(1)). It is also used internally (and a bit less consistently) in other cases to provide more information mostly useful only for debugging. ok <bsiegert>
This commit is contained in:
parent
ac19dca78b
commit
69c74af7e6
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: debug.help,v 1.1 2007/02/05 14:27:34 rillig Exp $
|
||||
# $NetBSD: debug.help,v 1.2 2016/06/06 15:13:24 leot Exp $
|
||||
#
|
||||
# Since pkgsrc is a quite large and complex software system, it
|
||||
# sometimes isn't obvious what it is doing exactly. For that reason,
|
||||
|
@ -18,12 +18,12 @@
|
|||
# running it.
|
||||
#
|
||||
# PKG_VERBOSE
|
||||
# When this variable is defined, pkgsrc gets a bit more verbose.
|
||||
# When this variable is defined, pkgsrc gets a bit more verbose
|
||||
# (i.e. "-v" option is passed to some commands and a more verbose output
|
||||
# is provided for some targets).
|
||||
# This variable is largely independent from PKG_DEBUG_LEVEL.
|
||||
#
|
||||
# Default value: (undefined)
|
||||
#
|
||||
# XXX: Why are there _two_ variables doing similar things?
|
||||
#
|
||||
# Keywords: debug verbose
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue