Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2020 20:08:39 -0500
From:      Kyle Evans <kevans@freebsd.org>
To:        "Rodney W. Grimes" <rgrimes@freebsd.org>
Cc:        Ronald Klop <ronald-lists@klop.ws>, svn-src-all <svn-src-all@freebsd.org>,  svn-src-head <svn-src-head@freebsd.org>, src-committers <src-committers@freebsd.org>
Subject:   Re: svn commit: r363595 - head/sys/kern
Message-ID:  <CACNAnaF7RGGxFCHegPx6Pu-YXjmXF4SPdCdNxThc1C5Rwbtd1Q@mail.gmail.com>
In-Reply-To: <202007271639.06RGdLkp070219@gndrsh.dnsmgr.net>
References:  <2138073301.3.1595842409922@localhost> <202007271639.06RGdLkp070219@gndrsh.dnsmgr.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 27, 2020 at 11:39 AM Rodney W. Grimes
<freebsd@gndrsh.dnsmgr.net> wrote:
>
> > Hi,
> >
> > Helpful addition. Might it help people more to make the message point to the replacement of the deprecated functionality?
> >
> > Regards,
> > Ronald.
>
> I tend to agree here, the functionality was not depricated,
> it was replaced by a new implementation in another language.
>

Sure, that's why the wording was specifically that "this script is
deprecated." Because it is, we no longer
support generating syscall bits with it. I don't really care much
about this at all because I'm not convinced
any downstreams are doing anything special here (besides, of course,
the one I already know about), and thus
I think this will have very little or no impact. Either way, I've
incorporated the two suggestions above into r363628.

Feel free to tweak it however you want and just commit it... consider
any adjustment okay by me unless
said adjustment is the complete opposite of what we're doing.

Thanks,

Kyle Evans

> >
> >
> > Van: Kyle Evans <kevans@FreeBSD.org>
> > Datum: maandag, 27 juli 2020 05:13
> > Aan: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
> > Onderwerp: svn commit: r363595 - head/sys/kern
> > >
> > > Author: kevans
> > > Date: Mon Jul 27 03:13:23 2020
> > > New Revision: 363595
> > > URL: https://svnweb.freebsd.org/changeset/base/363595
> > >
> > > Log:
> > >   makesyscalls.sh: spit out a deprecation notice to stderr
> > >
> > >   This has for a while been replaced by makesyscalls.lua in the stock FreeBSD
> > >   build.  Ensure downstreams get some notice that it'a going away if they're
> > >   reliant on it, maybe.
> > >
> > > Modified:
> > >   head/sys/kern/makesyscalls.sh
> > >
> > > Modified: head/sys/kern/makesyscalls.sh
> > > ==============================================================================
> > > --- head/sys/kern/makesyscalls.sh   Mon Jul 27 01:53:27 2020    (r363594)
> > > +++ head/sys/kern/makesyscalls.sh   Mon Jul 27 03:13:23 2020    (r363595)
> > > @@ -60,6 +60,8 @@ case $# in
> > >     ;;
> > >  esac
> > >
> > > +1>&2 echo "$0: This script is deprecated and will be removed before FreeBSD 13."
> > > +
> > >  if [ -n "$2" ]; then
> > >     . "$2"
> > >  fi
> > > _______________________________________________
> > > svn-src-all@freebsd.org mailing list
> > > https://lists.freebsd.org/mailman/listinfo/svn-src-all
> > > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
> > >
> > >
> > >
>
> --
> Rod Grimes                                                 rgrimes@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaF7RGGxFCHegPx6Pu-YXjmXF4SPdCdNxThc1C5Rwbtd1Q>