summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2011-01-11 18:32:05 +0000
committerWarner Losh <imp@FreeBSD.org>2011-01-11 18:32:05 +0000
commit3acc436721227518e0a8ca357dedfd2a0f70d3d4 (patch)
treec8b59156158a9d8cda681b682ee7d6aa3d3bc5eb /Makefile
parent58ccf5b41c6baf98367501218fda6c511941d367 (diff)
downloadsrc-test-3acc436721227518e0a8ca357dedfd2a0f70d3d4.tar.gz
src-test-3acc436721227518e0a8ca357dedfd2a0f70d3d4.zip
Minor improvements in the wording of a comment. Document tinderbox target.
Notes
Notes: svn path=/head/; revision=217273
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a674c90cf0218..ff85eccbd5c71 100644
--- a/Makefile
+++ b/Makefile
@@ -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.