From owner-svn-src-all@FreeBSD.ORG Thu Mar 3 18:49:47 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04F441065674; Thu, 3 Mar 2011 18:49:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E7B5A8FC08; Thu, 3 Mar 2011 18:49:46 +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 p23Inka8062388; Thu, 3 Mar 2011 18:49:46 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p23Inkxq062386; Thu, 3 Mar 2011 18:49:46 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201103031849.p23Inkxq062386@svn.freebsd.org> From: John Baldwin Date: Thu, 3 Mar 2011 18:49:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219244 - stable/8/share/man/man7 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2011 18:49:47 -0000 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