mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 08:18:30 +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
2
third_party/make/job.h
vendored
2
third_party/make/job.h
vendored
|
@ -15,6 +15,7 @@ You should have received a copy of the GNU General Public License along with
|
|||
this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "output.h"
|
||||
#include "timelog.h"
|
||||
|
||||
/* Structure describing a running or dead child process. */
|
||||
|
||||
|
@ -31,6 +32,7 @@ this program. If not, see <https://www.gnu.org/licenses/>. */
|
|||
#define CHILDBASE \
|
||||
char *cmd_name; /* Allocated copy of command run. */ \
|
||||
char **environment; /* Environment for commands. */ \
|
||||
struct timelog *timelog; /* [jart] the lorde of all time. */ \
|
||||
VMSCHILD \
|
||||
struct output output /* Output for this child. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue