diff options
author | bz <bz@FreeBSD.org> | 2011-01-22 22:57:28 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2011-01-22 22:57:28 +0000 |
commit | c94366e91304a510f9160d121ac4a8422c72ca69 (patch) | |
tree | cf46cbb9a246e549607d6e74c708f980437f5b04 /Makefile | |
parent | 6cd4e3c7deb12c5b2fa63e5ef36fd1a0a8ff0b19 (diff) | |
download | FreeBSD-src-c94366e91304a510f9160d121ac4a8422c72ca69.zip FreeBSD-src-c94366e91304a510f9160d121ac4a8422c72ca69.tar.gz |
Properly document what the top-level `make tinderbox` does.
Reviewed by: jmallett
MFC After: 3 days
X-MFC: build.7 only
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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". |