Subject: PR/29985 CVS commit: src/usr.bin/make
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 07/01/2005 16:51:01
The following reply was made to PR bin/29985; it has been noted by GNATS.

From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29985 CVS commit: src/usr.bin/make
Date: Fri,  1 Jul 2005 16:45:38 +0000 (UTC)

 Module Name:	src
 Committed By:	christos
 Date:		Fri Jul  1 16:45:38 UTC 2005
 
 Modified Files:
 	src/usr.bin/make: var.c
 
 Log Message:
 PR/29985: Roland Illig: make(1) interprets backslash wrongly in for
 loop expansions, when the expanded variable ends in backslash and
 the backslash is the last character on the line. While this fix is
 ugly (detect the condition and append a space), it is the least
 intrusive for now.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.95 -r1.96 src/usr.bin/make/var.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.