Re: git: 2befa269b869 - main - Add INIT_ALL build option
- In reply to: Brooks Davis : "git: 2befa269b869 - main - Add INIT_ALL build option"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Sep 2023 17:14:23 UTC
On 1 Sep 2023, at 17:54, Brooks Davis <brooks@FreeBSD.org> wrote: > > The branch main has been updated by brooks: > > URL: https://cgit.FreeBSD.org/src/commit/?id=2befa269b869c810b4436b7b5fe922ac3278ee5e > > commit 2befa269b869c810b4436b7b5fe922ac3278ee5e > Author: Brooks Davis <brooks@FreeBSD.org> > AuthorDate: 2023-09-01 16:42:52 +0000 > Commit: Brooks Davis <brooks@FreeBSD.org> > CommitDate: 2023-09-01 16:54:24 +0000 > > Add INIT_ALL build option > > This option replaces WITH_INIT_ALL_PATTERN and WITH_INIT_ALL_ZERO with > INIT_ALL=pattern and INIT_ALL=zero respectively. As these are > relatively rarely used options no backwards compatibility is > implemented. > > Reviewed by: emaste > Relnotes: yes > Differential Revision: https://reviews.freebsd.org/D41675 > --- > UPDATING | 4 ++++ > share/mk/bsd.lib.mk | 17 +++++------------ > share/mk/bsd.opts.mk | 12 ++++++------ > share/mk/bsd.prog.mk | 17 +++++------------ > sys/conf/kern.mk | 14 ++++---------- > sys/conf/kern.opts.mk | 18 ++++++++++-------- > tools/build/options/INIT_ALL | 21 +++++++++++++++++++++ > tools/build/options/WITH_INIT_ALL_PATTERN | 4 ---- > tools/build/options/WITH_INIT_ALL_ZERO | 3 --- > 9 files changed, 55 insertions(+), 55 deletions(-) > > diff --git a/UPDATING b/UPDATING > index fbb899cc25a4..0b1d8aeb60c5 100644 > --- a/UPDATING > +++ b/UPDATING > @@ -27,6 +27,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: > world, or to merely disable the most expensive debugging functionality > at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) > > +20230901: > + The WITH_INIT_ALL_PATTERN and WITH_INIT_ALL_ZERO build option have s/option/options/ Jess