Document build.sh mkernels.
This commit is contained in:
parent
34757c628f
commit
25506fcda3
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: BUILDING.mdoc,v 1.108 2014/11/16 05:44:57 uebayasi Exp $
|
.\" $NetBSD: BUILDING.mdoc,v 1.109 2014/11/16 06:10:31 uebayasi Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -1539,6 +1539,10 @@ procedure.
|
||||||
This command internally calls the
|
This command internally calls the
|
||||||
.Sy kernel Ns = Ns Ar kconf
|
.Sy kernel Ns = Ns Ar kconf
|
||||||
operation for each found kernel configuration file.
|
operation for each found kernel configuration file.
|
||||||
|
.It Sy mkernels
|
||||||
|
Similar to the above
|
||||||
|
.Sy kernels
|
||||||
|
operation, but builds kernels in modular build.
|
||||||
.It Sy modules
|
.It Sy modules
|
||||||
This command will build kernel modules and install them into
|
This command will build kernel modules and install them into
|
||||||
.Sy DESTDIR .
|
.Sy DESTDIR .
|
||||||
|
|
Loading…
Reference in New Issue