Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2011 22:57:28 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217733 - in head: . share/man/man7
Message-ID:  <201101222257.p0MMvSZY007310@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Sat Jan 22 22:57:28 2011
New Revision: 217733
URL: http://svn.freebsd.org/changeset/base/217733

Log:
  Properly document what the top-level `make tinderbox` does.
  
  Reviewed by:	jmallett
  MFC After:	3 days
  X-MFC:		build.7 only

Modified:
  head/Makefile
  head/share/man/man7/build.7

Modified: head/Makefile
==============================================================================
--- head/Makefile	Sat Jan 22 22:38:18 2011	(r217732)
+++ head/Makefile	Sat Jan 22 22:57:28 2011	(r217733)
@@ -5,7 +5,8 @@
 #
 # universe            - *Really* build *everything* (buildworld and
 #                       all kernels on all architectures).
-# tinderbox           - Same as universe, but stop on first failure.
+# tinderbox           - Same as universe, but presents a list of failed build
+#                       targets and exits with an error if there were any.
 # buildworld          - Rebuild *everything*, including glue to help do
 #                       upgrades.
 # installworld        - Install everything built by "buildworld".

Modified: head/share/man/man7/build.7
==============================================================================
--- head/share/man/man7/build.7	Sat Jan 22 22:38:18 2011	(r217732)
+++ head/share/man/man7/build.7	Sat Jan 22 22:57:28 2011	(r217733)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 02, 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



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