Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/25/2006 19:44:10
Module Name:	src
Committed By:	dsl
Date:		Wed Oct 25 19:44:10 UTC 2006

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

Log Message:
Only do dynamic dependecy expansion once, and follow by a single filename
globbing.
The old behaviour was the perform variable expansion and globbing on the
output of both the variable expansion and globbing.  Which allows some very
strange behaviour if, for example, globbed filenames contain $ symbols.
Unconditionally add new nodes from these expansions even if the names are
already children.  The .WAIT code needs the order of children preserved.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/usr.bin/make/suff.c

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