Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 05/11/2000 00:43:44
Module Name:	basesrc
Committed By:	sjg
Date:		Thu May 11 07:43:44 UTC 2000

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

Log Message:
Expand variables in variable name passed to Var_Set and Var_Append.
This allows ${FOO}.bar=fubar etc to work.
This does not impact any Makefiles in the current tree but allows
some cool magic (which I need elsewhere).


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