From 69c74af7e62eb287ce90a44e7f33c2cc9b6db440 Mon Sep 17 00:00:00 2001 From: leot Date: Mon, 6 Jun 2016 15:13:24 +0000 Subject: [PATCH] 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 --- mk/help/debug.help | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mk/help/debug.help b/mk/help/debug.help index f75ea5ed71e6..7b99f7d9016d 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 #