CVS log for src/usr.bin/make/unit-tests/jobs-error-nested-make.exp
Up to [cvs.NetBSD.org] / src / usr.bin / make / unit-tests
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 4 20:18:40 2024 UTC (6 months, 2 weeks ago) by rillig
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
make: on error, print the targets to be made
This helps to understand situations with several nested sub-makes in
varying directories.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 7 01:33:57 2024 UTC (12 months, 1 week ago) by sjg
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1
lines
make: more consistent error messages
Move %s: progname from Job_CheckCommands to Fatal
to avoid is being repeated when Job_CheckCommands is passed Error.
This means some errors from var also report progname (and level)
which is useful.
Reviewed by: rillig
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 8 21:46:50 2021 UTC (4 years ago) by sjg
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,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0
lines
Ensure PrintOnError always reports 'stopped in' on first call.
We may still suppress the rest of the noise if shouldDieQuietly
says to, but the 'stopped in' output is too important to lose.
Avoid repeating it though in the same process.
For the case of aborting due to failure detected elsewhere,
exit 6 so we have a clue.
PR: 55578
Reviewed by:
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 7 18:11:23 2021 UTC (4 years ago) by sjg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -0
lines
Remove .MAKE from nested target which is not a sub-make
This does not fix the issue, just makes the unit-test more accurate.
PR: 55578
Reviewed by: rillig
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 1 17:50:04 2020 UTC (4 years, 1 month ago) by rillig
Branches: MAIN
make(1): add tests for suppressing "stopped in"
These tests demonstrate the unwanted behavior described in PR bin/55578
and PR bin/55832.
CVSweb <webmaster@jp.NetBSD.org>