Subject: CVS commit: [netbsd-2-0] src/usr.bin/make/unit-tests
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/10/2004 15:32:07
Module Name:	src
Committed By:	tron
Date:		Mon May 10 15:32:07 UTC 2004

Modified Files:
	src/usr.bin/make/unit-tests [netbsd-2-0]: test.exp

Log Message:
Pull up revision 1.11 (requested by sjg in ticket #282):
Allow "string" and "${varspec}" on lhs of conditionals.
This makes it possible to use expressions like
${("${LIST:Msomething"}):?present:absent}
it also makes treatment of lhs and rhs more consistent, and
makes CondToken easier to read.
Update unit-test/cond1 to test new features.


To generate a diff of this commit:
cvs rdiff -r1.8.2.2 -r1.8.2.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.