NetBSD-Bugs archive

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

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



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

From: "Roland Illig" <rillig%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53146 CVS commit: src/usr.bin/make
Date: Mon, 8 May 2023 10:24:08 +0000

 Module Name:	src
 Committed By:	rillig
 Date:		Mon May  8 10:24:07 UTC 2023
 
 Modified Files:
 	src/usr.bin/make: for.c
 	src/usr.bin/make/unit-tests: directive-for-errors.exp
 	    directive-for-errors.mk directive-for-escape.exp
 	    directive-for-escape.mk directive-for.exp directive-for.mk
 
 Log Message:
 make: disallow characters like '$' in variable names in .for loops
 
 Fixes PR 53146.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.172 -r1.173 src/usr.bin/make/for.c
 cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/directive-for-errors.exp
 cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/directive-for-errors.mk
 cvs rdiff -u -r1.17 -r1.18 \
     src/usr.bin/make/unit-tests/directive-for-escape.exp \
     src/usr.bin/make/unit-tests/directive-for.mk
 cvs rdiff -u -r1.16 -r1.17 \
     src/usr.bin/make/unit-tests/directive-for-escape.mk
 cvs rdiff -u -r1.14 -r1.15 src/usr.bin/make/unit-tests/directive-for.exp
 
 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