CVSROOT:        /cvs
Module name:    src
Changes by:     es...@cvs.openbsd.org   2019/12/22 02:26:23

Modified files:
        usr.bin/make   : var.c 

Log message:
we also have "VAR_*" constants in parsevar with totally different meanings.
Rename to avoid ambiguity
- VAR_IS_SHELL (in var.c): the SHELL variable, which has specific
POSIX semantics
- VAR_SHELL (in parsevar.c): assign the result of running the command
to the variable.

no actual code change

Reply via email to