Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: rillig
Date: Sat Sep 12 19:41:20 UTC 2020
Modified Files:
src/usr.bin/make: parse.c suff.c var.c
Log Message:
make(1): reword variable invocation to variable expression
Variables are a passive thing. They cannot be invoked, they can only be
evaluated.
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 src/usr.bin/make/parse.c
cvs rdiff -u -r1.152 -r1.153 src/usr.bin/make/suff.c
cvs rdiff -u -r1.502 -r1.503 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.
Home |
Main Index |
Thread Index |
Old Index