Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2021 13:56:25 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1ee912e80e37 - stable/13 - build.7: Document LOCAL_MODULES and LOCAL_MODULES_DIR
Message-ID:  <202108171356.17HDuP4o084918@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=1ee912e80e37a702df4af6df20cc19b767da7bd9

commit 1ee912e80e37a702df4af6df20cc19b767da7bd9
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-08-10 15:42:35 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-08-17 13:56:13 +0000

    build.7: Document LOCAL_MODULES and LOCAL_MODULES_DIR
    
    Reviewed by:    0mp, imp
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit e7a13643b17c3ec7357b26324986587dab810da5)
---
 share/man/man7/build.7 | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index bad3da789e5a..d0806fa79dbb 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 15, 2021
+.Dd August 10, 2021
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -602,6 +602,19 @@ process.
 .Bd -literal -offset indent
 make PORTS_MODULES=emulators/virtualbox-ose-kmod kernel
 .Ed
+.It Va LOCAL_MODULES
+A list of external kernel modules that should be built and installed
+as part of the
+.Cm buildkernel
+and
+.Cm installkernel
+process.
+.It Va LOCAL_MODULES_DIR
+The directory in which to search for the kernel modules specified by
+.Va LOCAL_MODULES .
+Each kernel module should consist of a directory containing a makefile.
+Defaults to
+.Pa ${LOCALBASE}/sys/modules .
 .It Va SRCCONF
 Specify a file to override the default
 .Pa /etc/src.conf .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108171356.17HDuP4o084918>