Module Name: src
Committed By: uebayasi
Date: Thu Nov 6 06:41:23 UTC 2014
Modified Files:
src/doc: BUILDING.mdoc
Log Message:
Document the "kernels" operation.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 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.105 src/doc/BUILDING.mdoc:1.106
--- src/doc/BUILDING.mdoc:1.105 Wed Nov 5 08:15:04 2014
+++ src/doc/BUILDING.mdoc Thu Nov 6 06:41:23 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: BUILDING.mdoc,v 1.105 2014/11/05 08:15:04 snj Exp $
+.\" $NetBSD: BUILDING.mdoc,v 1.106 2014/11/06 06:41:23 uebayasi Exp $
.\"
.\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -1506,6 +1506,13 @@ 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 kernels
+This command will build all kernels defined in port specific release build
+procedure.
+.Pp
+This command internally calls the
+.Sy kernel Ns = Ns Ar kconf
+operation for each found kernel configuration file.
.It Sy modules
This command will build kernel modules and install them into
.Sy DESTDIR .