----- Original Message ----- From: "Edwin Groothuis" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, December 19, 2001 4:25 PM Subject: Re: Not that anyone cares...
> On Wed, Dec 19, 2001 at 12:43:42PM -0500, Jef Waite wrote: > > > If I have pages of errors/warnings, I prefer: > > > > > > make 2>&1 |less > > > > > > Then I can see what's working at the same time as what's not. > > > > > > > > > > If it's a large amount, I like both the output, and a text file (instead > > of scrollback) > > > > make 2>&1 | tee make.out > > > > So it saves it to make.out and shows it on the screen. > > If it's a large amount, I don't want to see it: > > make 2>&1 > /dev/null > > Edwin, comedians untie! And just so that I can have my two cents in , here it would be for a smart makefile, one that actually takes args make 2k -k >& code.log Speaking of which I guess it's about time I went through and cleaned up my source code. Damn compile warnings anyways.. heh

