Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man7 Document PKG_DEBUG_LEVEL and its possible val...
details: https://anonhg.NetBSD.org/src/rev/839607d835c9
branches: trunk
changeset: 551992:839607d835c9
user: agc <agc%NetBSD.org@localhost>
date: Mon Sep 15 12:32:02 2003 +0000
description:
Document PKG_DEBUG_LEVEL and its possible values, as requested in PR 22200
diffstat:
share/man/man7/packages.7 | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 27c6b23452e6 -r 839607d835c9 share/man/man7/packages.7
--- a/share/man/man7/packages.7 Mon Sep 15 11:33:33 2003 +0000
+++ b/share/man/man7/packages.7 Mon Sep 15 12:32:02 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: packages.7,v 1.80 2003/07/26 20:17:37 salo Exp $
+.\" $NetBSD: packages.7,v 1.81 2003/09/15 12:32:02 agc Exp $
.\"
.\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp
.\"
@@ -140,6 +140,21 @@
Primary location(s) for distribution patch files (see
.Dv PATCHFILES
below) if not found locally.
+.It PKG_DEBUG_LEVEL
+The level of debugging output which is displayed whilst making and
+installing the package. The default value for this is
+.Pa 0 ,
+which will not display the commands as they are executed
+(normal, default, quiet operation);
+the value
+.Pa 1
+will display all shell commands before their invocation,
+and the value
+.Pa 2
+will display both the shell commands before their invocation, and
+their actual execution progress with
+.Pa set -x
+will be displayed.
.It WRKDIR
A temporary working directory that gets *clobbered* on clean. The default is
.Pa ${.CURDIR}/work
Home |
Main Index |
Thread Index |
Old Index