CVS log for src/usr.bin/make/unit-tests/dep-duplicate.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.4: download - view: text, markup, annotated - select for diffs
Sat May 25 21:11:30 2024 UTC (9 months, 3 weeks ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4
lines
tests/make: rename temporary file
The filename extension '.inc' is reserved for files that are checked
into version control.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 20 19:24:53 2022 UTC (3 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: 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
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -6
lines
make: fix filename in warning about duplicate script (since 2018-12-22)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 20 19:16:25 2022 UTC (3 years, 2 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +20 -10
lines
tests/make: refine test for wrong diagnostic line
To trigger the faulty code path, the file where the targets gets its
first command must be included via its relative path. That was the case
when running 'cd usr.bin/make && make test' but not when running the
tests via ATF.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 19 22:10:41 2022 UTC (3 years, 2 months ago) by rillig
Branches: MAIN
tests/make: demonstrate wrong location in diagnostic (since 2018-12-22)
When a target has multiple places where commands are defined, the
diagnostics mixed up the filename in some cases.
CVSweb <webmaster@jp.NetBSD.org>