Date: Thu, 3 Mar 2011 18:49:46 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r219244 - stable/8/share/man/man7 Message-ID: <201103031849.p23Inkxq062386@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103031849.p23Inkxq062386>