CVS log for src/usr.bin/make/unit-tests/Attic/directives.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.7
Tue Nov 3 17:17:31 2020 UTC (4 years, 1 month ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
FILE REMOVED
Changes since revision 1.6: +1 -1
lines
make(1): move tests from directives.mk to separate tests
Revision 1.6: 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.5: preferred, colored
Changes since revision 1.5: +7 -7
lines
make(1): indent directives like .info, .if, .for consistently
Done by "pkglint -F *.mk", no manual corrections.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jul 28 20:57:59 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +11 -1
lines
make(1): add test for including a nonexistent or empty file
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jul 28 19:19:30 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
make(1): add test about possibly ambiguous suffix rule
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 28 18:25:33 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +11 -1
lines
make(1): add tests for unknown indented directives
It's quite expected that the .${:Uinfo} is not yet expanded when the
directive is parsed, otherwise the directive would have been accepted.
The surprising thing is that it is expanded at the point where the error
message is generated.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jul 28 17:47:57 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +23 -3
lines
make(1): refine test for detecting misspellings in directives
The names of directives are only checked if the lines are actually
relevant. In all other cases, the amount of work is reduced to the bare
minimum, which is just to scan for line continuations.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jul 27 20:46:17 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
make(1): add tests for parsing directives like .if and .info
CVSweb <webmaster@jp.NetBSD.org>