Module Name: src
Committed By: rillig
Date: Mon Dec 13 02:07:58 UTC 2021
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: rename VarFreeEnv to VarFreeShortLived
The newly added "variable" .SUFFIXES is short-lived as well, which makes
it necessary to distinguish between environment variables and
short-lived variables.
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.976 -r1.977 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.