<div dir="ltr"><div><br></div><div>Did it and attached!</div><div><br></div><div>Cheers!</div><div>Craig</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 7, 2014 at 9:21 AM, Glynn Clements <span dir="ltr"><<a href="mailto:glynn@gclements.plus.com" target="_blank">glynn@gclements.plus.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><br>
Craig Aumann wrote:<br>
<br>
> I include the output from compilation for the developers information.  This<br>
> output is from<br>
><br>
> make -j$threads 1>out.txt 2>err.txt &<br>
<br>
</div>This is almost useless for developers as it disassociates the<br>
diagnostic messages from the commands which generate them. In future,<br>
I suggest using e.g.:<br>
<br>
        make -j$threads >build.log 2>&1<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Glynn Clements <<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>><br>
</font></span></blockquote></div><br></div>