Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 02/20/2004 09:03:26
Module Name:	src
Committed By:	sjg
Date:		Fri Feb 20 09:03:26 UTC 2004

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

Log Message:
Fix :M so that modifiers in nested variables don't terminate parsing
early.  Add a unit-test to verify it works and keeps working.
Re-jig the unit-tests so that all are sub makefiles.

CVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: 	var.c unit-tests/Makefile unit-tests/ternary
CVS: 	unit-tests/test.exp
CVS: Added Files:
CVS: 	unit-tests/modmatch
CVS: ----------------------------------------------------------------------


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/usr.bin/make/var.c
cvs rdiff -r1.10 -r1.11 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -r0 -r1.1 src/usr.bin/make/unit-tests/modmatch \
    src/usr.bin/make/unit-tests/modts
cvs rdiff -r1.1 -r1.2 src/usr.bin/make/unit-tests/ternary
cvs rdiff -r1.7 -r1.8 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.