Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 05/29/2000 19:32:21
Module Name:	basesrc
Committed By:	sjg
Date:		Tue May 30 02:32:21 UTC 2000

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

Log Message:
Implemented a set of assignment modifiers.  These solve obscure
problems such as using modifiers on .for loop iterators derived from
local variables (eg .TARGET).
Unless the variable already exists in a global context, these assignments are
local to the current context (this is usually what is wanted).


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 basesrc/usr.bin/make/make.1
cvs rdiff -r1.43 -r1.44 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.