Minor improvements in the wording of a comment. Document tinderbox target.

This commit is contained in:
Warner Losh 2011-01-11 18:32:05 +00:00
parent 58ccf5b41c
commit 3acc436721
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217273

View file

@ -5,6 +5,7 @@
#
# universe - *Really* build *everything* (buildworld and
# all kernels on all architectures).
# tinderbox - Same as universe, but stop on first failure.
# buildworld - Rebuild *everything*, including glue to help do
# upgrades.
# installworld - Install everything built by "buildworld".
@ -35,7 +36,8 @@
# tree. This makefile executes a child make process, forcing it to use
# the mk files from the source tree which are supposed to DTRT.
#
# The user-driven targets (as listed above) are implemented in Makefile.inc1.
# Most of the user-driven targets (as listed above) are implemented in
# Makefile.inc1. The exceptions are universe, tingerbox and targets.
#
# If you want to build your system from source be sure that /usr/obj has
# at least 800MB of diskspace available.