git: 3453eec87be2 - Create tag vendor/NetBSD/bmake/20230126

From: Simon J. Gerraty <sjg_at_FreeBSD.org>
Date: Sat, 28 Jan 2023 00:24:52 UTC
The annotated tag vendor/NetBSD/bmake/20230126 has been created by sjg:

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

tag vendor/NetBSD/bmake/20230126
Tagger:     Simon J. Gerraty <sjg@FreeBSD.org>
TaggerDate: 2023-01-28 00:24:13 +0000

Tag bmake/20230126

commit 2e36ab236364fa38c564f586c46cb9182ce8fd14
Author:     Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2023-01-28 00:23:54 +0000
Commit:     Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2023-01-28 00:23:54 +0000

    Import bmake-20230126
    
    Relevant/interesting changes (see ChangeLog for more):
    
            o variables like .newline and .MAKE.{GID,PID,PPID,UID}
            should be read-only.
            o .[NO]READONLY: for control of read-only variables
            o .SYSPATH: for controlling the path searched for makefiles
            o allow for white-space between command specifiers @+-
            o add more details to warning 'Extra targets ignored'
            o make.1: sync list of built-in variables with reality
            sort list of built-in variables
            o cond.c: add more details to error message for numeric comparison
            o job.c: fix handling of null bytes in output
            o Allow .break to terminate a .for loop early
            o var.c: fix out-of-bounds errors when parsing
            o fix exit status for '-q' (since 1994)