NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/46139 CVS commit: src/usr.bin/make



The following reply was made to PR bin/46139; it has been noted by GNATS.

From: "Roland Illig" <rillig%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46139 CVS commit: src/usr.bin/make
Date: Sun, 29 Jun 2025 11:02:18 +0000

 Module Name:	src
 Committed By:	rillig
 Date:		Sun Jun 29 11:02:18 UTC 2025
 
 Modified Files:
 	src/usr.bin/make: var.c
 	src/usr.bin/make/unit-tests: varmod.exp varmod.mk
 
 Log Message:
 make: fix parsing of modifier parts for :gmtime and :localtime
 
 There's no practical use for escaping the ":" or "}" in these two
 modifiers, but the same scheme may prove useful for the :M and :N
 modifiers, which are currently parsed in a completely different manner,
 thus adding needless complexity.
 
 Parsing of the :M and :N modifiers is discussed in PR bin/46139.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1170 -r1.1171 src/usr.bin/make/var.c
 cvs rdiff -u -r1.24 -r1.25 src/usr.bin/make/unit-tests/varmod.exp
 cvs rdiff -u -r1.28 -r1.29 src/usr.bin/make/unit-tests/varmod.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index