Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2022 14:45:22 +0000
From:      Jessica Clarke <jrtc27@freebsd.org>
To:        Emmanuel Vadot <manu@FreeBSD.org>
Cc:        "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:  <9241C78A-D5C0-452E-8280-CECA1B8F28E4@freebsd.org>
In-Reply-To: <202201131416.20DEGuue056091@gitrepo.freebsd.org>
References:  <202201131416.20DEGuue056091@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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=3D8c0c5bdf9d5ebe08bb239633c16a567e=
b8a9f898
>=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 =
present in the
>    GENERIC config on amd64 :
>    export MODULES_EXCLUDE=3D$(grep -E '^device' sys/amd64/conf/GENERIC =
| awk '{print $2}' | tr '\n' ' =E2=80=98)

Isn=E2=80=99t that what WITHOUT_MODULES is already for?

Jess




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9241C78A-D5C0-452E-8280-CECA1B8F28E4>