git: f5a3aa54870a - Create tag vendor/NetBSD/bmake/20250707
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Jul 2025 17:10:05 UTC
The annotated tag vendor/NetBSD/bmake/20250707 has been created by sjg:
URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/NetBSD/bmake/20250707
tag vendor/NetBSD/bmake/20250707
Tagger: Simon J. Gerraty <sjg@FreeBSD.org>
TaggerDate: 2025-07-19 17:09:10 +0000
Tag bmake/20250707
commit 3d772e596c1acf76f555c1f51fd8d834e56b0c35
Author: Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2025-07-19 17:08:57 +0000
Commit: Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2025-07-19 17:08:57 +0000
Import bmake-20250707
Intersting/relevant changes since bmake-20250618
ChangeLog since bmake-20250618
2025-07-07 Simon J Gerraty <sjg@beast.crufty.net>
* VERSION (_MAKE_VERSION): 20250707
Merge with NetBSD make, pick up
o cond.c: improve debug log message for 'exists' function.
complain about unfinished escape sequences or string literals.
2025-07-04 Simon J Gerraty <sjg@beast.crufty.net>
* VERSION (_MAKE_VERSION): 20250704
Merge with NetBSD make, pick up
o make.1: add a DIAGNOSTICS section for make to reference.
o main.c: simplify the warning for invalid -J by refering to
manual page.
2025-06-30 Simon J Gerraty <sjg@beast.crufty.net>
* VERSION (_MAKE_VERSION): 20250630
Merge with NetBSD make, pick up
o consistently use double quotes in error messages
o cond.c: if a condition is erroneous, skip the whole .if/.endif
o make_malloc.c: in cleanup mode, initialize freshly allocated memory
o str.c: error out on an ":M" modifier whose pattern ends with
backslash
o var.c: fix parsing of modifier parts for :gmtime and :localtime
add POSIX $^ support
mk/ChangeLog since bmake-20250618
2025-07-04 Simon J Gerraty <sjg@beast.crufty.net>
* prog.mk: .MADE is a special source not a target!