Subject: Re: 'make' output [1.6.2]
To: None <netbsd-help@NetBSD.org>
From: James K. Lowden <jklowden@schemamania.org>
List: netbsd-help
Date: 05/02/2004 15:50:48
On Sun, 02 May 2004, "Mark Thomas" <mark@theswamp.org> wrote:
> How does one capture the output of running 'make' to a file?

You can redirect the output, as suggested ('info bash' would be helpful to
you here).  

My personal favorites are script(1) and especially nohup(1).  For 'make' I
keep a little script /usr/local/bin/Make that does the necessary
redirection with tee(1) and greps for the most interesting bits on stdout.
 

--jkl