Date: Thu, 29 Sep 2011 02:52:33 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r225858 - head/share/man/man7 Message-ID: <201109290252.p8T2qXbO000985@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer) Date: Thu Sep 29 02:52:33 2011 New Revision: 225858 URL: http://svn.freebsd.org/changeset/base/225858 Log: Document, and provide an example for, PORTS_MODULES in build(7). PR: 161017 Submitted by: gcooper MFC after: 1 week Modified: head/share/man/man7/build.7 Modified: head/share/man/man7/build.7 ============================================================================== --- head/share/man/man7/build.7 Thu Sep 29 02:29:32 2011 (r225857) +++ head/share/man/man7/build.7 Thu Sep 29 02:52:33 2011 (r225858) @@ -414,6 +414,16 @@ is set to the value of .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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109290252.p8T2qXbO000985>