Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2009 23:31:03 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r197206 - projects/jbuild/usr.bin/jbuild
Message-ID:  <200909142331.n8ENV3mc069306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc
Date: Mon Sep 14 23:31:03 2009
New Revision: 197206
URL: http://svn.freebsd.org/changeset/base/197206

Log:
  - Document -dw debugging flag.
  - Document .ERRORCWD, .ERRORSEE, .ERRORTGT variables.

Modified:
  projects/jbuild/usr.bin/jbuild/jbuild.1

Modified: projects/jbuild/usr.bin/jbuild/jbuild.1
==============================================================================
--- projects/jbuild/usr.bin/jbuild/jbuild.1	Mon Sep 14 23:08:19 2009	(r197205)
+++ projects/jbuild/usr.bin/jbuild/jbuild.1	Mon Sep 14 23:31:03 2009	(r197206)
@@ -158,6 +158,8 @@ Print debugging information about suffix
 Print debugging information about target list maintenance.
 .It Ar v
 Print debugging information about variable assignment.
+.It Ar w
+Print debugging information about metadata reasons why a target is out of date.
 .El
 .It Fl E Ar variable
 Specify a variable whose environment value (if any) will override
@@ -572,6 +574,14 @@ utility sets
 .Va .CURDIR
 to the canonical path given by
 .Xr getcwd 3 .
+.It Va .ERRORCWD
+A path to the Buildfile that was building when the error occurred.
+.It Va .ERRORSEE
+A path to the metadata file containing the commands which resulted in the error.
+.It Va .ERRORTGT
+The name of the
+.Va .TARGET
+that was being built when the error occurred.
 .It Va .OBJDIR
 A path to the directory where the targets are built.
 This path is set to



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909142331.n8ENV3mc069306>