Module Name: src
Committed By: apb
Date: Sun Sep 27 16:44:40 UTC 2009
Modified Files:
src/doc: BUILDING.mdoc
Log Message:
Revision 1.86 of src/BUILDING somehow got committed without the
corresponding changes to src/doc/BUILDING.mdoc. Fix that now.
The original log message was:
Add a modules operation to build.sh, which builds and installs kernel modules
into DESTDIR.
This is based on the patch provided by tsutsui@ on tech-toolch...@.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 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.74 src/doc/BUILDING.mdoc:1.75
--- src/doc/BUILDING.mdoc:1.74 Sun Jul 12 14:16:36 2009
+++ src/doc/BUILDING.mdoc Sun Sep 27 16:44:40 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: BUILDING.mdoc,v 1.74 2009/07/12 14:16:36 hubertf Exp $
+.\" $NetBSD: BUILDING.mdoc,v 1.75 2009/09/27 16:44:40 apb Exp $
.\"
.\" Copyright (c) 2001-2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -1292,6 +1292,10 @@
.Fl u
option is given.
.
+.It Sy modules
+This command will build kernel modules and install them into
+.Sy DESTDIR .
+.
.It Sy releasekernel Ns = Ns Ar kconf
Install a
.Xr gzip 1 Ns ed