Subject: Re: How should I build Postgres?
To: None <ivanov@animatek.in.ru>
From: Christopher Brown <chrsbrwn@mindspring.com>
List: port-mac68k
Date: 05/27/1999 11:20:46
Sergey Ivanov wrote:
> By the way, how can I redirect stderr from make script to a file? Sorry for 
> non-mac68k-port specific auestion.

What I usually do when I am running an install is "make > install.log
2>&1 &" . This redirects standard error to standard out and puts them
both in the file install.log. It also puts the install in the
background. Then you can "tail -f install.log" to see the progress as it
happens, while still getting a log of the install.

-- 
Chris Brown -- Macintosh networking/Web development
<chrsbrwn@mindspring.com> <http://www.mindspring.com/~chrsbrwn>