Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 05/31/2000 21:16:39
Module Name:	basesrc
Committed By:	mycroft
Date:		Thu Jun  1 04:16:39 UTC 2000

Modified Files:
	basesrc/usr.bin/make: for.c make.h var.c

Log Message:
Create a `for' context, and substitute iteration variable from it using the
normal Var_Parse() path.  This allows :R, etc. to work on iteration variables.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/make/for.c
cvs rdiff -r1.25 -r1.26 basesrc/usr.bin/make/make.h
cvs rdiff -r1.45 -r1.46 basesrc/usr.bin/make/var.c

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