Up to [cvs.NetBSD.org] / src / usr.bin / make / unit-tests
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 15 09:33:20 2022 UTC (9 months, 2 weeks ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
tests/make: adjust expectations to actual behavior The bug in deptgt-silent-jobs.mk has been fixed, the debug logging for comparing conditions and for deleting global variables has changed intentionally.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 12 11:14:48 2022 UTC (11 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.1: +2 -3
lines
Diff to previous 1.1 (colored)
make: fix echoing of command with '-' in silent target in jobs mode Since job.c 1.83 from 2003-12-20, the command had been echoed even if the target had the attribute '.SILENT'. In sh-flags.exp, each removed 'echo' command is below a target name matching the pattern 'opt-?j????-tgt-??s-cmd-?i?', which means that the target was marked as silent, either through a global '.SILENT' declaration or the command line option '-s' or the attribute '.SILENT' on the target. Reported by Alan Barrett in PR#45356.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 12 01:15:18 2022 UTC (11 months, 2 weeks ago) by rillig
Branch: MAIN
tests/make: demonstrate bug for .SILENT in jobs mode (since 2003) Reported 2011 in PR#45356.