svn commit: r219244 - stable/8/share/man/man7
John Baldwin
jhb at FreeBSD.org
Thu Mar 3 18:49:47 UTC 2011
Author: jhb
Date: Thu Mar 3 18:49:46 2011
New Revision: 219244
URL: http://svn.freebsd.org/changeset/base/219244
Log:
MFC 217733: Properly document what the top-level `make tinderbox` does.
Modified:
stable/8/share/man/man7/build.7
Directory Properties:
stable/8/share/man/man7/ (props changed)
Modified: stable/8/share/man/man7/build.7
==============================================================================
--- stable/8/share/man/man7/build.7 Thu Mar 3 18:42:53 2011 (r219243)
+++ stable/8/share/man/man7/build.7 Thu Mar 3 18:49:46 2011 (r219244)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 31, 2010
+.Dd January 22, 2011
.Dt BUILD 7
.Os
.Sh NAME
@@ -229,6 +229,11 @@ This command takes a long time.
.It Cm update
Get updated sources as configured in
.Xr make.conf 5 .
+.It Cm tinderbox
+Execute the same targets as
+.Cm universe .
+In addition print a summary of all failed targets at the end and
+exit with an error if there were any.
.El
.Pp
Kernel specific build targets in
More information about the svn-src-stable-8
mailing list