Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 04/08/2004 07:24:26
Module Name:	src
Committed By:	sjg
Date:		Thu Apr  8 07:24:26 UTC 2004

Modified Files:
	src/usr.bin/make: cond.c
	src/usr.bin/make/unit-tests: cond1 test.exp

Log Message:
Revised patch for catching extraneous .else's
We actually need to tack condTop and skipIfLevel.
Bump MAXIF while here.
Enhance the unit-test for conditionals to exercise more code.

PR: 24420


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/usr.bin/make/cond.c
cvs rdiff -r1.1 -r1.2 src/usr.bin/make/unit-tests/cond1
cvs rdiff -r1.9 -r1.10 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.