CVS log for src/usr.bin/make/unit-tests/suff-transform-select.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.3: download - view: text, markup, annotated - select for diffs
Mon Nov 23 14:47:12 2020 UTC (4 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
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,
HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2
lines
make(1): fix endless loop when resolving circular suffix rules
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Nov 23 14:13:39 2020 UTC (4 years, 5 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
make(1): add debug logging for suffix tests
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 20 20:36:53 2020 UTC (4 years, 6 months ago) by rillig
Branches: MAIN
make(1): split test suffixes.mk into simpler, isolated tests
The code in suff.c is already hard to understand, and so were the tests
in suffixes.mk since several independent topics were merged into a
single test.
Splitting this test into a separate test per issue allows to document
the expected and actual behavior in more detail. That's complicated
enough already.
PR bin/49086
CVSweb <webmaster@jp.NetBSD.org>