Sort KERNFAST and KERNCONF into the list they are in.
This commit is contained in:
parent
c22c7f86ff
commit
e6cdeeddf4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user