Module Name: src
Committed By: uebayasi
Date: Sun Nov 16 05:44:57 UTC 2014
Modified Files:
src/doc: BUILDING.mdoc
Log Message:
Document mkernel=*.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/doc/BUILDING.mdoc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/BUILDING.mdoc
diff -u src/doc/BUILDING.mdoc:1.107 src/doc/BUILDING.mdoc:1.108
--- src/doc/BUILDING.mdoc:1.107 Thu Nov 13 08:25:31 2014
+++ src/doc/BUILDING.mdoc Sun Nov 16 05:44:57 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: BUILDING.mdoc,v 1.107 2014/11/13 08:25:31 apb Exp $
+.\" $NetBSD: BUILDING.mdoc,v 1.108 2014/11/16 05:44:57 uebayasi Exp $
.\"
.\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -1526,6 +1526,12 @@ file alongside of the kernel
which contains a full symbol table and can be used for debugging
(for example with a cross-gdb built by
.Sy MKCROSSGDB ) .
+.It Sy mkernel Ns = Ns Ar kconf
+Build a new kernel in modular build.
+Similar to the above
+.Sy kernel Ns = Ns Ar kconf
+operation, but creates intermediate per-module relocatable objects and link
+them to the final kernel.
.It Sy kernels
This command will build all kernels defined in port specific release build
procedure.