how about "make &> tmp.log" or even "make > tmp.log 2>&1"
BB on Thu, Apr 18, 2002 at 11:27:32AM +1000, Karun <[EMAIL PROTECTED]> wrote: > > > > You could use the script command > and run something like > script tmp.log > make > exit > > Karun > ----- Original Message ----- > From: henry > To: [EMAIL PROTECTED] > Sent: Wednesday, April 17, 2002 7:10 PM > Subject: [SLUG] ask a common question > > > Dear List : > > Sometimes I make Makefile ,I get lots of error messages so that I cant look > them in time. > I try to "make > tmp.log" , but it fail (I cant dump those error message > into tmp.log). > Could someone show a good solution ? > > BestRegards' > Henry > > > ======================================================= > This mail checked by Mcafee outbound getway in Zinwell. > ======================================================= > > > -- > SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ > More Info: http://lists.slug.org.au/listinfo/slug -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
