- 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
This commit is contained in:
Glen Barber 2013-08-13 20:22:57 +00:00
parent a1020436ea
commit bc1af85cfe

View File

@ -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/