summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-01-23 18:35:09 +0000
committerimp <imp@FreeBSD.org>2009-01-23 18:35:09 +0000
commit5341e1c54868a02fcc83352d319e64495874e3f3 (patch)
tree4907582fdff262f1e7b255c7d93882fc3ded68d1 /share
parent92ebc7defcbabfaf055da6657a09765bb8225efc (diff)
downloadFreeBSD-src-5341e1c54868a02fcc83352d319e64495874e3f3.zip
FreeBSD-src-5341e1c54868a02fcc83352d319e64495874e3f3.tar.gz
Sort KERNFAST and KERNCONF into the list they are in.
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/build.738
1 files changed, 19 insertions, 19 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 2d7c4f1..4a94a0a 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -335,6 +335,25 @@ are influenced by the following
.Xr make 1
variables:
.Bl -tag -width ".Va SUBDIR_OVERRIDE"
+.It Va KERNCONF
+Overrides which kernel to build and install for the various kernel
+make targets.
+It defaults to
+.Cm GENERIC .
+.It Va KERNFAST
+If set, the build target
+.Cm buildkernel
+defaults to setting
+.Va NO_KERNELCLEAN ,
+.Va NO_KERNELCONFIG
+and
+.Va NO_KERNELDEPEND .
+When set to a value other than
+.Cm 1
+then
+.Va KERNCONF
+is set to the value of
+.Va KERNFAST .
.It Va LOCAL_DIRS
If set, this variable supplies a list of additional directories to
build, relative to the root of the source tree.
@@ -372,25 +391,6 @@ is also set, in which case it defaults to the appropriate
value for that platform.
Typically, one only needs to set
.Va TARGET .
-.It Va KERNCONF
-Overrides which kernel to build and install for the various kernel
-make targets.
-It defaults to
-.Cm GENERIC .
-.It Va KERNFAST
-If set, the build target
-.Cm buildkernel
-defaults to setting
-.Va NO_KERNELCLEAN ,
-.Va NO_KERNELCONFIG
-and
-.Va NO_KERNELDEPEND .
-When set to a value other than
-.Cm 1
-then
-.Va KERNCONF
-is set to the value of
-.Va KERNFAST .
.El
.Pp
Builds under directory
OpenPOWER on IntegriCloud