NetBSD-Users archive

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

Re: Compiling 6.0_RC1 fails



On Tue, 18 Sep 2012 17:33:20 +0700
Pongthep Kulkrisada <ptkrisada%gmail.com@localhost> wrote:

> I used tee(1). But unfortunately error messages to stderr are not
> piped. I should have redirected both stdout and stderr to the log
> file.

I use nohup(1) for anything like that.  

        $ nohup ./build.sh ... > build.log || less build.log

That captures both output streams in build.log and displays it if it
fails.  

HTH.  

--jkl


Home | Main Index | Thread Index | Old Index