aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2011-01-25 08:13:31 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2011-01-25 08:13:31 +0000
commitf1d16bd8921680db8046eb765e51a15163f9dff1 (patch)
tree05b052c8495e25802df154c289beffd84ea8e8ac /share
parent3545027dc330337bcbb43c0516fc05bc2786e6ee (diff)
downloadsrc-f1d16bd8921680db8046eb765e51a15163f9dff1.tar.gz
src-f1d16bd8921680db8046eb765e51a15163f9dff1.zip
Back out r217734. [1]
Properly document what `make targets` is supposed to list to avoid further confusion given the place the target sits. Should have happened with r217125. Requested by: imp [1] Reviewed by: rwatson
Notes
Notes: svn path=/head/; revision=217815
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/build.78
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index c145e2de6c89..d6e7e32c76ca 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 22, 2011
+.Dd January 25, 2011
.Dt BUILD 7
.Os
.Sh NAME
@@ -229,6 +229,12 @@ This command takes a long time.
.It Cm update
Get updated sources as configured in
.Xr make.conf 5 .
+.It Cm targets
+Print a list of supported
+.Va TARGET
+/
+.Va TARGET_ARCH
+pairs for world and kernel targets.
.It Cm tinderbox
Execute the same targets as
.Cm universe .