On Tue, Aug 22, 2023 at 10:21 AM Enji Cooper <[email protected]> wrote:
> > > On Aug 21, 2023, at 9:04 PM, John Baldwin <[email protected]> wrote: > > > > The branch main has been updated by jhb: > > > > URL: > https://cgit.FreeBSD.org/src/commit/?id=7a56f5af71851c8b502720ca956629c302821430 > > > > commit 7a56f5af71851c8b502720ca956629c302821430 > > Author: John Baldwin <[email protected]> > > AuthorDate: 2023-08-22 04:01:48 +0000 > > Commit: John Baldwin <[email protected]> > > CommitDate: 2023-08-22 04:01:48 +0000 > > > > libcrypto: Don't embed $FreeBSD$ in generated assembly files > > > > Reviewed by: gallatin, ngie, emaste > > Differential Revision: https://reviews.freebsd.org/D41536 > > I wonder — should this be MFCed? It doesn’t seem like there’s much value > in the $FreeBSD$ tags now that FreeBSD has moved its source to git. > I literally have the MFC of all this junk to stable/13 sitting on my machine waiting for it to make it through universe. Note: I think we need to fix the first few lines of this Makefile though: # to the arch subdir, and correct any exposed paths and $ FreeBSD $ tags. to s/,.*\././ since that last bit is no longer relevant. Warner
