Subject: Re: package build output
To: Jebus <lordjebus@gmail.com>
From: Hubert Feyrer <hubert@feyrer.de>
List: port-cobalt
Date: 01/24/2006 19:12:00
On Tue, 24 Jan 2006, Jebus wrote:
> When building package from source is there any way to dump the output
> from the standard io and error logs to a file ?

Your shell has a wealth of features for redirection for that:

 	make whatever 2>&1 | tee log

or what do you mean?


  - Hubert