From owner-svn-src-projects@FreeBSD.ORG Tue Aug 11 21:37:21 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71FB1106564A; Tue, 11 Aug 2009 21:37:21 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 616AD8FC43; Tue, 11 Aug 2009 21:37:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n7BLbLU0042598; Tue, 11 Aug 2009 21:37:21 GMT (envelope-from rodrigc@svn.freebsd.org) Received: (from rodrigc@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n7BLbL9Q042596; Tue, 11 Aug 2009 21:37:21 GMT (envelope-from rodrigc@svn.freebsd.org) Message-Id: <200908112137.n7BLbL9Q042596@svn.freebsd.org> From: Craig Rodrigues Date: Tue, 11 Aug 2009 21:37:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r196103 - projects/jbuild/usr.bin/jbuild X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2009 21:37:21 -0000 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"