Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/15/2006 21:17:27
Module Name:	src
Committed By:	dsl
Date:		Sun Oct 15 21:17:27 UTC 2006

Modified Files:
	src/usr.bin/make: parse.c

Log Message:
Add some more explanitory comments.
Rename 'allsrc' to 'curSrcs' so that the variable passed to ParseDoSrc (etc)
has the same name as the local in the calling routine, rather than a name
that seems to imply a more global and persistent list.


To generate a diff of this commit:
cvs rdiff -r1.117 -r1.118 src/usr.bin/make/parse.c

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