Module Name: src Committed By: sjg Date: Tue Jul 16 20:00:56 UTC 2013
Modified Files: src/usr.bin/make: var.c Log Message: When a var is set in the CMD context, it prevents the same name being set in GLOBAL context. We should also delete any such variable in GLOBAL context, else make -V will show the wrong value. To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.