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/28/2003 22:52:12
Module Name:	src
Committed By:	sjg
Date:		Mon Jul 28 22:52:12 UTC 2003

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

Log Message:
Fix parsing bug for :ts - patch from Alan Barrett <apb@cequrux.com>
Also add simple unit-test jig (regress/usr.bin/make will use it too)
but having it local here makes inclusion in bmake simpler.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/usr.bin/make/Makefile
cvs rdiff -r1.75 -r1.76 src/usr.bin/make/var.c
cvs rdiff -r0 -r1.1 src/usr.bin/make/unit-tests/Makefile \
    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.