<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.3">
</HEAD>
<BODY>
Close Glen...<BR>
<BR>
On Sun, 2006-09-24 at 11:35 -0700, Glenn Thomas wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Hi all...</FONT>

<FONT COLOR="#000000">It's been awhile, but as I recall make echos commands the stdout </FONT>
<FONT COLOR="#000000">while gcc et.al. writes their error messages to stderr. Thus, a </FONT>
<FONT COLOR="#000000">better command to capture everything in the correct order is either:</FONT>

<FONT COLOR="#000000">      make >& logfil</FONT>e.txt
</PRE>
</BLOCKQUOTE>
that is good for c shell but for bourne shell (I believe default on ubuntu) how about:<BR>
              make  2>&1 > logfile.txt
<BLOCKQUOTE TYPE=CITE>
<PRE>

<FONT COLOR="#000000">or</FONT>

<FONT COLOR="#000000">      make &> logfile.txt</FONT>

<FONT COLOR="#000000">73 de Glenn wb6w</FONT>


</PRE>
</BLOCKQUOTE>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
73<BR>
de [George (Skip) VerDuin] K8RRA k
</TD>
</TR>
</TABLE>
</BODY>
</HTML>