pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/help Get rid of the XXX trying to provide a bit mor...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d309a609dc2
branches: trunk
changeset: 348095:8d309a609dc2
user: leot <leot%pkgsrc.org@localhost>
date: Mon Jun 06 15:13:24 2016 +0000
description:
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:
mk/help/debug.help | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r f43fd710336b -r 8d309a609dc2 mk/help/debug.help
--- a/mk/help/debug.help Mon Jun 06 14:56:25 2016 +0000
+++ b/mk/help/debug.help Mon Jun 06 15:13:24 2016 +0000
@@ -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
#
Home |
Main Index |
Thread Index |
Old Index