Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



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.




Home | Main Index | Thread Index | Old Index