summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-07-27 20:00:39 +0000
committerjhb <jhb@FreeBSD.org>2002-07-27 20:00:39 +0000
commit76e8005a596aba966839072d98357cc3a3b47923 (patch)
treec299a5c181085bc36739fe79b41e93bfcd837769 /share
parent02b353c32ac71093522007308b2f76963ae64ca0 (diff)
downloadFreeBSD-src-76e8005a596aba966839072d98357cc3a3b47923.zip
FreeBSD-src-76e8005a596aba966839072d98357cc3a3b47923.tar.gz
Document KERNEL_FLAGS and WORLD_FLAGS.
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/release.718
1 files changed, 18 insertions, 0 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7
index 7a35806..73c9025 100644
--- a/share/man/man7/release.7
+++ b/share/man/man7/release.7
@@ -220,6 +220,15 @@ or
will ask
.Xr cvs 1
to check out or update sources as of 00:00:00 GMT, January 1 2002, respectively.
+.It Va KERNEL_FLAGS
+The contents of this variable are passed to
+.Xr make 1
+when building kernels during the release build.
+For example, setting this variable to
+.Dq Li "-j 4"
+will instruct
+.Xr make 1
+to execute up to four processes at a time.
.It Va LOCAL_PATCHES
A patch file against
.Pa /usr/src
@@ -297,6 +306,15 @@ For example, cross-building for PC98 machines requires
.Va TARGET_ARCH Ns = Ns Li i386
and
.Va TARGET Ns = Ns Li pc98 .
+.It Va WORLD_FLAGS
+The contents of this variable are passed to
+.Xr make 1
+when building world during the release build.
+For example, setting this variable to
+.Dq Li "-j 4"
+will instruct
+.Xr make 1
+to execute up to four processes at a time.
.El
.Sh FILES
.Bl -tag -compact
OpenPOWER on IntegriCloud