Subject: Re: Capturing make Commands was Re: 'make' output [1.6.2]
To: <>
From: David Laight <david@l8s.co.uk>
List: netbsd-help
Date: 05/04/2004 23:31:47
On Sun, May 02, 2004 at 02:33:47PM -0700, Randy Beaudreault wrote:
> >How does one capture the output of running 'make' to a file?
> 
> Along the above lines, is there any way to capturing the commands 
> issued during make (of any target)?

ktrace -i -ta make <args>

also 'make 2>&1 | tee logfile' will write to the tty and the file.
You might hit problems with buffered outout though...

	David

-- 
David Laight: david@l8s.co.uk