help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to only show the raw commands run and the working directory?


From: Peng Yu
Subject: How to only show the raw commands run and the working directory?
Date: Fri, 8 Feb 2019 11:42:46 -0600

Hi,

For example, if I run the following commands. It shows many other
things that I don't need, like `Putting child 0x7f9ceec09200 ...`,
`Live child 0x7f9ceec09200 ...`

$ make --debug=j check

https://github.com/westes/flex/tree/master/tests

Also, it doesn't show the commands called to produce the "PASS"
results like below. Is there a way to only show the raw commands and
the corresponding working directory for each command? Thanks.

Putting child 0x7fcd8af3d770 (tableopts_opt_nr-Cae.log) PID 69330 on the chain.
Live child 0x7fcd8af3d770 (tableopts_opt_nr-Cae.log) PID 69330
PASS: tableopts_opt_nr-Cae.opt
Reaping winning child 0x7fcd8af3d770 PID 69330
Removing child 0x7fcd8af3d770 PID 69330 from chain.
Putting child 0x7fcd8af3dd20 (tableopts_opt_nr-Caef.log) PID 69337 on the chain.
Live child 0x7fcd8af3dd20 (tableopts_opt_nr-Caef.log) PID 69337
PASS: tableopts_opt_nr-Caef.opt
Reaping winning child 0x7fcd8af3dd20 PID 69337
Removing child 0x7fcd8af3dd20 PID 69337 from chain.

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]