diff options
author | gjb <gjb@FreeBSD.org> | 2013-08-13 20:22:57 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2013-08-13 20:22:57 +0000 |
commit | b9f448f4b6a87ddf5b8e2bfce8afbff86c1dd7b3 (patch) | |
tree | c03e9533eda5782af6cca9a729d66aeb1c6a3df2 /share | |
parent | cfc7739bb43a25651b53a17c8b4787c467a22c77 (diff) | |
download | FreeBSD-src-b9f448f4b6a87ddf5b8e2bfce8afbff86c1dd7b3.zip FreeBSD-src-b9f448f4b6a87ddf5b8e2bfce8afbff86c1dd7b3.tar.gz |
- 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
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/release.7 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index c872d54..6865f3b 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/ |