Subject: CVS commit: basesrc/usr.bin/make
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/26/2002 22:42:15
Module Name: basesrc
Committed By: christos
Date: Sat Jan 26 20:42:14 UTC 2002
Modified Files:
basesrc/usr.bin/make: parse.c
Log Message:
Process escaped characters properly. Now:
foo\:bar:
touch $@
works. Of course I am lazy right now, and I am not removing the '\' escapes
so the output looks fine, but it is functionally correct.
To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 basesrc/usr.bin/make/parse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.