CVS log for src/usr.bin/make/unit-tests/dir.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.11: download - view: text, markup, annotated - select for diffs
Tue Dec 19 19:33:40 2023 UTC (11 months, 2 weeks ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
make: clean up comments
No binary change, except for line numbers in assertions.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jan 24 00:24:02 2023 UTC (22 months, 1 week ago) by sjg
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2
lines
make: .SYSPATH: to add dirs to sysIncPath
.SYSPATH: with no sources will clear sysIncPath
otherwise sources are added
Reviewed by: rillig
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 23 10:48:49 2021 UTC (3 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
make(1): rename Dir_Expand to SearchPath_Expand
The main subject of this function is the search path. In this search
path the pattern is expanded.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 3 18:42:33 2020 UTC (4 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2
lines
make(1): clean up unit tests
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 31 21:30:03 2020 UTC (4 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +34 -1
lines
make(1): add test for debug log for expansion of curly braces
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Oct 31 21:12:36 2020 UTC (4 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +14 -14
lines
make(1): mark the output in test dir.mk with a prefix
This is needed to distinguish it from the debug log, which will be added
in the next commit.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Sep 7 19:48:08 2020 UTC (4 years, 2 months ago) by rillig
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2
lines
make(1): document that nested braces work as expected now
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jul 31 20:16:21 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -1
lines
make(1): add a test for deeply nested brace dependency
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jul 31 20:08:08 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +15 -1
lines
make(1): add more tests for expanding curly braces in dependencies
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jul 31 20:02:44 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -1
lines
make(1): fix regression and add test for empty brace expansion
This had been broken in r1.80 of dir.c, a few minutes ago.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jul 31 16:42:51 2020 UTC (4 years, 4 months ago) by rillig
Branches: MAIN
make(1): add test for braces in dependency lines
The comment at DirExpandCurly says something about "recursively", but the
nested braces don't work.
The manual page only mentions that "{} may be used", but it keeps quiet
about the exact meaning and also doesn't mention any nesting.
CVSweb <webmaster@jp.NetBSD.org>