summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2011-01-22 22:57:28 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2011-01-22 22:57:28 +0000
commiteee8163bef1a390123e9b7f5a6b553b9bfa36dea (patch)
treecf46cbb9a246e549607d6e74c708f980437f5b04 /Makefile
parenteed4e65fdbfaead56e9de7ab24608483f251e2ea (diff)
downloadsrc-test-eee8163bef1a390123e9b7f5a6b553b9bfa36dea.tar.gz
src-test-eee8163bef1a390123e9b7f5a6b553b9bfa36dea.zip
Properly document what the top-level `make tinderbox` does.
Reviewed by: jmallett MFC After: 3 days X-MFC: build.7 only
Notes
Notes: svn path=/head/; revision=217733
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f05ab46e1eeef..5180fc03c8267 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@
#
# universe - *Really* build *everything* (buildworld and
# 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
# upgrades.
# installworld - Install everything built by "buildworld".