svn commit: r254294 - head/share/man/man7
Glen Barber
gjb at FreeBSD.org
Tue Aug 13 20:22:58 UTC 2013
Author: gjb
Date: Tue Aug 13 20:22:57 2013
New Revision: 254294
URL: http://svnweb.freebsd.org/changeset/base/254294
Log:
- 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
Modified:
head/share/man/man7/release.7
Modified: head/share/man/man7/release.7
==============================================================================
--- head/share/man/man7/release.7 Tue Aug 13 20:16:14 2013 (r254293)
+++ head/share/man/man7/release.7 Tue Aug 13 20:22:57 2013 (r254294)
@@ -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/
More information about the svn-src-all
mailing list