Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/varname-dot-shell.mk
RevisionDateAuthorComments
 1.7  04-Feb-2021  rillig make: rename context and ctxt to scope

This continues the previous commit, in which VAR_GLOBAL, VAR_INTERNAL
and VAR_CMDLINE were renamed.

Renaming the variable 'ctxt' was trivial since that word is used nowhere
else. In the comments though, each occurrence of the word 'context' had
to be checked individually since the word 'context' was not only used
for referring to a variable scope. It is also used to distinguish
different situations where characters are escaped in a certain way
('parsing context') and in a few other expressions.
 1.6  30-Oct-2020  rillig make(1): prevent appending to read-only variables
 1.5  30-Oct-2020  rillig make(1): demonstrate how to append to a read-only variable
 1.4  30-Oct-2020  rillig make(1): move test flags for varname-dot-shell to the test itself
 1.3  24-Oct-2020  rillig make(1): indent directives like .info, .if, .for consistently

Done by "pkglint -F *.mk", no manual corrections.
 1.2  23-Aug-2020  rillig make(1): fix assertion failure in debug output for read-only variables
 1.1  23-Aug-2020  rillig make(1): add test for the newly added .SHELL variable

RSS XML Feed