mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-01 02:02:28 +00:00
Introduce --timelog=FILE flag to GNU Make
This commit is contained in:
parent
edb03b89d8
commit
c2db3b703a
7 changed files with 214 additions and 0 deletions
1
third_party/make/function.c
vendored
1
third_party/make/function.c
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue