CVS log for src/usr.bin/make/unit-tests/Attic/envfirst.mk
Up to [cvs.NetBSD.org] / src / usr.bin / make / unit-tests
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6
Sun Jan 23 16:09:38 2022 UTC (2 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
FILE REMOVED
Changes since revision 1.5: +1 -1
lines
tests/make: extend test suite, move old tests to 2020 scheme
The tests from envfirst.mk are now in opt-env.mk.
The tests from modword.mk are now in varmod-select-words.mk.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 4 21:42:47 2021 UTC (3 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
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.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 9 20:50:56 2020 UTC (4 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1
lines
make(1): in tests, move command line arguments into the test proper
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Oct 24 08:46:08 2020 UTC (4 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -7
lines
make(1): indent directives like .info, .if, .for consistently
Done by "pkglint -F *.mk", no manual corrections.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 27 18:57:42 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -1
lines
make(1): add test for unsetting an environment variable in -e mode
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 25 21:19:29 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
make(1): add tests for previously uncovered code
CVSweb <webmaster@jp.NetBSD.org>