summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-01-23 18:32:31 +0000
committerimp <imp@FreeBSD.org>2009-01-23 18:32:31 +0000
commit92ebc7defcbabfaf055da6657a09765bb8225efc (patch)
tree9147330e0d701ce1c07f781da3022fda88295b13 /share
parent71d7b5671d1f0656a04a6fef0cc8931b2f4e8071 (diff)
downloadFreeBSD-src-92ebc7defcbabfaf055da6657a09765bb8225efc.zip
FreeBSD-src-92ebc7defcbabfaf055da6657a09765bb8225efc.tar.gz
Document KERNCONF and KERNFAST. Note that TARGET is usually all one
needs to set for cross building.
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/build.723
1 files changed, 22 insertions, 1 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 5744ad8..2d7c4f1 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 5, 2009
+.Dd January 23, 2009
.Dt BUILD 7
.Os
.Sh NAME
@@ -370,6 +370,27 @@ defaults to the current machine architecture, unless
.Va TARGET
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