Date: Thu, 13 Jan 2022 16:00:39 +0100 From: Emmanuel Vadot <manu@bidouilliste.com> To: Jessica Clarke <jrtc27@freebsd.org> Cc: Emmanuel Vadot <manu@FreeBSD.org>, "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org> Subject: Re: git: 8c0c5bdf9d5e - main - Introduce MODULES_EXCLUDE Message-ID: <20220113160039.8dffb1eeb1b168243a26f2f5@bidouilliste.com> In-Reply-To: <9241C78A-D5C0-452E-8280-CECA1B8F28E4@freebsd.org> References: <202201131416.20DEGuue056091@gitrepo.freebsd.org> <9241C78A-D5C0-452E-8280-CECA1B8F28E4@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 13 Jan 2022 14:45:22 +0000 Jessica Clarke <jrtc27@freebsd.org> wrote: > On 13 Jan 2022, at 14:16, Emmanuel Vadot <manu@FreeBSD.org> wrote: > >=20 > > The branch main has been updated by manu: > >=20 > > URL: https://cgit.FreeBSD.org/src/commit/?id=3D8c0c5bdf9d5ebe08bb239633= c16a567eb8a9f898 > >=20 > > commit 8c0c5bdf9d5ebe08bb239633c16a567eb8a9f898 > > Author: Emmanuel Vadot <manu@FreeBSD.org> > > AuthorDate: 2021-11-06 09:11:58 +0000 > > Commit: Emmanuel Vadot <manu@FreeBSD.org> > > CommitDate: 2022-01-13 14:16:34 +0000 > >=20 > > Introduce MODULES_EXCLUDE > >=20 > > It's sometimes easier to exclude some modules rather than listing all > > possibly needed ones with MODULES_OVERRIDE. > > So for this add MODULES_EXCLUDE which do exactly as one would guess,= excludes > > some modules from the build/install. > >=20 > > For example if one wants to exclude all modules which are only prese= nt in the > > GENERIC config on amd64 : > > export MODULES_EXCLUDE=3D$(grep -E '^device' sys/amd64/conf/GENERIC = | awk '{print $2}' | tr '\n' ' ?) >=20 > Isn?t that what WITHOUT_MODULES is already for? >=20 > Jess >=20 Damn yes, no idea how I missed that. Reverted. --=20 Emmanuel Vadot <manu@bidouilliste.com> <manu@freebsd.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220113160039.8dffb1eeb1b168243a26f2f5>