aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-08-13 20:22:57 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-08-13 20:22:57 +0000
commitbc1af85cfeaadd24460d62768b177e461187970c (patch)
treec03e9533eda5782af6cca9a729d66aeb1c6a3df2 /share/man/man7
parenta1020436eafafd1f70f459741b3ad0cb94f42076 (diff)
downloadsrc-bc1af85cfeaadd24460d62768b177e461187970c.tar.gz
src-bc1af85cfeaadd24460d62768b177e461187970c.zip
- Remove the defaults for TARGET/TARGET_ARCH.
- Note that WORLD_FLAGS and KERNEL_FLAGS set the number of make(1) jobs only on SMP-capable systems. MFC after: 3 days X-MFC-With: r254224 X-MFC-To: stable/9, releng/9.2
Notes
Notes: svn path=/head/; revision=254294
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/release.713
1 files changed, 5 insertions, 8 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7
index c872d54f2997..6865f3b270ec 100644
--- a/share/man/man7/release.7
+++ b/share/man/man7/release.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 11, 2013
+.Dd August 13, 2013
.Dt RELEASE 7
.Os
.Sh NAME
@@ -178,12 +178,9 @@ The revision of the
tree to use.
Defaults to the current top of tree revision.
.It Va TARGET
-The target machine type for the release.
-Defaults to the current machine type.
+The target machine type for cross-building a release.
.It Va TARGET_ARCH
-The target machine architecture for the release.
-Defaults to the value of
-.Va TARGET .
+The target machine architecture for cross-building a release.
.Pp
For the supported list of
.Va TARGET
@@ -227,7 +224,7 @@ Defaults to setting the number of
.Xr make 1
jobs
.Pq Ar -j
-to the number of CPUs available on the system.
+to the number of CPUs available on a SMP-capable system.
.It Va KERNEL_FLAGS
Additional flags to pass to
.Xr make 1
@@ -238,7 +235,7 @@ Defaults to setting the number of
.Xr make 1
jobs
.Pq Ar -j
-to half the number of CPUs available on the system.
+to half the number of CPUs available on a SMP-capable system.
.It Va NODOC
Set to a non-empty value to skip the
.Li doc/