diff options
author | leot <leot@pkgsrc.org> | 2016-06-06 15:13:24 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-06-06 15:13:24 +0000 |
commit | be5406af5acf17fd2e74bdba6f7f303ec55d27df (patch) | |
tree | 89f6d379c0dcefe904ada1efedd87021ccbac931 /mk | |
parent | cd09e4a3f21d4fac922fcb7f5738d9e0faa5385e (diff) | |
download | pkgsrc-be5406af5acf17fd2e74bdba6f7f303ec55d27df.tar.gz |
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>
Diffstat (limited to 'mk')
-rw-r--r-- | mk/help/debug.help | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/help/debug.help b/mk/help/debug.help index f75ea5ed71e..7b99f7d9016 100644 --- a/mk/help/debug.help +++ b/mk/help/debug.help @@ -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 # |