Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 06/09/2000 21:51:02
Module Name:	basesrc
Committed By:	mycroft
Date:		Sat Jun 10 04:51:02 UTC 2000

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

Log Message:
For VAR_JUNK variables, defer freeing of the name string until the bottom of
Var_Parse(), as it may be used (strdup()ed) by some modifiers.


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