git: 01d25f13d5b7 - Create tag vendor/NetBSD/bmake/20230414

From: Simon J. Gerraty <sjg_at_FreeBSD.org>
Date: Mon, 24 Apr 2023 23:45:42 UTC
The annotated tag vendor/NetBSD/bmake/20230414 has been created by sjg:

URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/NetBSD/bmake/20230414

tag vendor/NetBSD/bmake/20230414
Tagger:     Simon J. Gerraty <sjg@FreeBSD.org>
TaggerDate: 2023-04-24 23:44:59 +0000

Tag bmake/20230414

commit 51d8a8b4ac1dd7265e891149e470a803906de2a7
Author:     Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2023-04-24 23:44:30 +0000
Commit:     Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2023-04-24 23:44:30 +0000

    Import bmake-20230414
    
    Relevant/interesting changes:
    
            * make.1: document seemingly unexplained Error code 6.
            o compat.c: CompatDeleteTarget skip .PHONY targets to be
            consistent with JobDeleteTarget.
            o job.c: fix memory leak in handling sysv :from=to modifiers
            o unit tests for .MAKE.META.IGNORE_{FILTER,PATHS,PATTERNS}
            o var.c: fix parsing of unevaluated subexpressions with
            unbalanced '{}'
            o cond.c: reduce complexity of evaluating expressions