Date: Tue, 21 Apr 2026 09:51:20 -0400 From: Ed Maste <emaste@freebsd.org> To: Warner Losh <imp@freebsd.org> Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 4ed20e0236dd - main - kshim/usb: Add build option. Message-ID: <CAPyFy2BOCrtwQozLo0iRXbVf9wXMPEW07QHjmQFbxn6mpNe8aA@mail.gmail.com> In-Reply-To: <69e2efb1.21b3b.32f0016@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2BOCrtwQozLo0iRXbVf9wXMPEW07QHjmQFbxn6mpNe8aA>
