On 13 Jan 2022, at 14:16, Emmanuel Vadot <[email protected]> wrote: > > The branch main has been updated by manu: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=8c0c5bdf9d5ebe08bb239633c16a567eb8a9f898 > > commit 8c0c5bdf9d5ebe08bb239633c16a567eb8a9f898 > Author: Emmanuel Vadot <[email protected]> > AuthorDate: 2021-11-06 09:11:58 +0000 > Commit: Emmanuel Vadot <[email protected]> > CommitDate: 2022-01-13 14:16:34 +0000 > > Introduce MODULES_EXCLUDE > > 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. > > For example if one wants to exclude all modules which are only present in > the > GENERIC config on amd64 : > export MODULES_EXCLUDE=$(grep -E '^device' sys/amd64/conf/GENERIC | awk > '{print $2}' | tr '\n' ' ‘)
Isn’t that what WITHOUT_MODULES is already for? Jess
