Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 07/29/2003 08:44:43
Module Name:	src
Committed By:	sjg
Date:		Tue Jul 29 08:44:43 UTC 2003

Modified Files:
	src/usr.bin/make: var.c
	src/usr.bin/make/unit-tests: Makefile test.exp

Log Message:
First bug picked up by the unit tests - delim wasn't always initialized.
Avoid putting '\' in test case script lines since shell's like that on
SunOS insist on interpreting them.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/usr.bin/make/var.c
cvs rdiff -r1.3 -r1.4 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -r1.2 -r1.3 src/usr.bin/make/unit-tests/test.exp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.