Re: git: 4ed20e0236dd - main - kshim/usb: Add build option.
- In reply to: Warner Losh : "git: 4ed20e0236dd - main - kshim/usb: Add build option."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 13:51:20 UTC
On Fri, 17 Apr 2026 at 22:43, Warner Losh <imp@freebsd.org> wrote:
>
> The branch main has been updated by imp:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=4ed20e0236dd0ce64aa4d79659288a56e1b1344b
>
> commit 4ed20e0236dd0ce64aa4d79659288a56e1b1344b
> Author: Warner Losh <imp@FreeBSD.org>
> AuthorDate: 2026-04-18 02:41:26 +0000
> Commit: Warner Losh <imp@FreeBSD.org>
> CommitDate: 2026-04-18 02:41:43 +0000
>
> kshim/usb: Add build option.
>
> Add WITH{,OUT}_LOADER_USB to build the kshim usb library. Nothing
> in-tree uses it, but this will make it easier to keep building. Updated
> src.conf.5 with a few extra changes...
>
> Sponsored by: Netflix
> ---
> share/man/man5/src.conf.5 | 445 +++++++++++++++++++++++++++++++++++-
> share/mk/src.opts.mk | 3 +-
> stand/Makefile | 1 +
> tools/build/options/WITH_LOADER_USB | 2 +
> 4 files changed, 443 insertions(+), 8 deletions(-)
>
> diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
> index 65fbcf2e69a4..79f75d87e3d5 100644
> --- a/share/man/man5/src.conf.5
> +++ b/share/man/man5/src.conf.5
> @@ -1,5 +1,5 @@
> .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
> -.Dd April 10, 2026
> +.Dd April 17, 2026
> .Dt SRC.CONF 5
> .Os
> .Sh NAME
> @@ -121,6 +121,8 @@ When set, it enforces these options:
> .Pp
> .Bl -item -compact
> .It
> +.Va WITH_CASPER
What's with the spurious WITH_CASPER additions? When I run `make
makeman` on main these are all removed again.