Re: git: 6a7405f5a6b6 - main - Merge bmake-20250125

From: Simon J. Gerraty <sjg_at_juniper.net>
Date: Fri, 31 Jan 2025 01:19:27 UTC
Cy Schubert <Cy.Schubert@cschubert.com> wrote:
> > ++.if ${USE_FILEMON} = = "dev"
> 
> make[4]: "/opt/src/git-src/usr.bin/bmake/Makefile" line 177: Malformed
> conditional (make(test) && ${MK_AUTO_OBJ} = = "yes")
> 
> This must be a typo.

The result of an ill considered sed command.

I fixed contib/bmake/Makefile a while back to be consistent in its
style, but that made it incompatible with FreeBSD's style, so I "fixed"
it after the merge, thinking I'd tweak after-import.mk for next time.

That made the diff just as big though, so I undid that change
and in doing so screwed it up royally.

Fixed now, sorry for the hiccup.
--sjg