Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2009 21:37:21 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r196103 - projects/jbuild/usr.bin/jbuild
Message-ID:  <200908112137.n7BLbL9Q042596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc
Date: Tue Aug 11 21:37:21 2009
New Revision: 196103
URL: http://svn.freebsd.org/changeset/base/196103

Log:
  Remove mkdep(1) reference.
  Document .ERROR target.

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

Modified: projects/jbuild/usr.bin/jbuild/jbuild.1
==============================================================================
--- projects/jbuild/usr.bin/jbuild/jbuild.1	Tue Aug 11 21:28:26 2009	(r196102)
+++ projects/jbuild/usr.bin/jbuild/jbuild.1	Tue Aug 11 21:37:21 2009	(r196103)
@@ -91,10 +91,6 @@ will be read for the main list of depend
 A different Buildfile or list of them can be supplied via the
 .Fl f
 option(s).
-Finally, if the file
-.Pa .depend
-can be found in any of the aforesaid locations, it will also be read (see
-.Xr mkdep 1 ) .
 .Pp
 The options are as follows:
 .Bl -tag -width Ds
@@ -1309,6 +1305,11 @@ to the target's own name.
 .It Ic .END
 Any command lines attached to this target are executed after everything
 else is done.
+.It Ic .ERROR
+If
+.Nm
+executes a target which returns a non-zero status indicating failure,
+any command lines attached to this target are executed.
 .It Ic .IGNORE
 Mark each of the sources with the
 .Ic .IGNORE
@@ -1703,7 +1704,6 @@ Most of the more esoteric features of
 should probably be avoided for greater compatibility.
 .Sh SEE ALSO
 .Xr make 1 ,
-.Xr mkdep 1 ,
 .Xr make.conf 5
 .Rs
 .%T "PMake - A Tutorial"



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