svn commit: r226195 - stable/7/share/man/man7
Glen Barber
gjb at FreeBSD.org
Mon Oct 10 11:15:57 UTC 2011
Author: gjb (doc committer)
Date: Mon Oct 10 11:15:57 2011
New Revision: 226195
URL: http://svn.freebsd.org/changeset/base/226195
Log:
MFC r225858, 225859, 226172:
225858:
- Document and provide an example for PORTS_MODULES [1]
225859:
- Whitespace cleanup
226172:
- Bump date
PR: 161017 [1]
Modified:
stable/7/share/man/man7/build.7
Directory Properties:
stable/7/share/man/man7/ (props changed)
stable/7/share/man/man7/ports.7 (props changed)
Modified: stable/7/share/man/man7/build.7
==============================================================================
--- stable/7/share/man/man7/build.7 Mon Oct 10 11:14:44 2011 (r226194)
+++ stable/7/share/man/man7/build.7 Mon Oct 10 11:15:57 2011 (r226195)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 31, 2010
+.Dd September 29, 2011
.Dt BUILD 7
.Os
.Sh NAME
@@ -352,6 +352,16 @@ variables:
.It Va LOCAL_DIRS
If set, this variable supplies a list of additional directories to
build, relative to the root of the source tree.
+.It Va PORTS_MODULES
+A list of ports with kernel modules that should be built and installed
+as part of the
+.Cm buildkernel
+and
+.Cm installkernel
+process.
+.Bd -literal -offset indent
+make PORTS_MODULES=emulators/kqemu-kmod kernel
+.Ed
.It Va SUBDIR_OVERRIDE
Override the default list of sub-directories and only build the
sub-directory named in this variable.
More information about the svn-src-stable
mailing list