Subject: CVS commit: src/usr.bin/make
To: None <source-changes@netbsd.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 03/21/2003 17:52:57
Module Name:	src
Committed By:	sjg
Date:		Fri Mar 21 15:52:57 UTC 2003

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

Log Message:
Add ParseDoSpecialSrc() to handle srcs that refer to ${.TARGET} etc.
These are expanded for each target (set in its own context) and
ParseDoSrc() is then called for the expanded src.

PR: 20828
Reviewed by: christos


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 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.