Properly document what the top-level make tinderbox does.

Reviewed by:	jmallett
MFC After:	3 days
X-MFC:		build.7 only
This commit is contained in:
Bjoern A. Zeeb 2011-01-22 22:57:28 +00:00
parent eed4e65fdb
commit eee8163bef
2 changed files with 8 additions and 2 deletions

View File

@ -5,7 +5,8 @@
# #
# universe - *Really* build *everything* (buildworld and # universe - *Really* build *everything* (buildworld and
# all kernels on all architectures). # 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 # buildworld - Rebuild *everything*, including glue to help do
# upgrades. # upgrades.
# installworld - Install everything built by "buildworld". # installworld - Install everything built by "buildworld".

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd April 02, 2010 .Dd January 22, 2011
.Dt BUILD 7 .Dt BUILD 7
.Os .Os
.Sh NAME .Sh NAME
@ -229,6 +229,11 @@ This command takes a long time.
.It Cm update .It Cm update
Get updated sources as configured in Get updated sources as configured in
.Xr make.conf 5 . .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 .El
.Pp .Pp
Kernel specific build targets in Kernel specific build targets in