git: b64bf106ef57 - Create tag vendor/NetBSD/bmake/20220330

From: Simon J. Gerraty <sjg_at_FreeBSD.org>
Date: Sun, 03 Apr 2022 19:52:55 UTC
The annotated tag vendor/NetBSD/bmake/20220330 has been created by sjg:

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

tag vendor/NetBSD/bmake/20220330
Tagger:     Simon J. Gerraty <sjg@FreeBSD.org>
TaggerDate: 2022-04-03 19:52:23 +0000

tag bmake-20220330

commit a052cb432096794be5070dc68a2b302eaf5a4783
Author:     Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2022-04-03 19:52:08 +0000
Commit:     Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2022-04-03 19:52:08 +0000

    Import bmake-20220330
    
    Most relevant change:
    
            o parse.c: try to include 'posix.mk' the first time
            .POSIX: is encountered, to allow for beter POSIX compliance.
    
    Others
    
            o cond.c: make debug logging for comparisons less technical
            o lst.c: fix mem leak in Lst_Remove
            o job.c: fix echoing of command with '-' in silent target in jobs mode
            o var.c: make debug logs more readable
            prefer 'long long' over 'long' on 32-bit C99 platforms
            fix crash on .undef of an environment variable