Introduce --timelog=FILE flag to GNU Make

This commit is contained in:
Justine Tunney 2024-05-25 14:49:29 -07:00
parent edb03b89d8
commit c2db3b703a
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
7 changed files with 214 additions and 0 deletions

View file

@ -1949,6 +1949,7 @@ func_shell_base (char *o, char **argv, int trim_newlines)
child.output.out = pipedes[1];
child.output.err = errfd;
child.timelog = timelog_begin (command_argv);
pid = child_execute_job (&child, 1, command_argv);
if (pid < 0)