Craig Aumann wrote:
> I include the output from compilation for the developers information. This
> output is from
>
> make -j$threads 1>out.txt 2>err.txt &
This is almost useless for developers as it disassociates the
diagnostic messages from the commands which generate them. In future,
I suggest using e.g.:
make -j$threads >build.log 2>&1
--
Glynn Clements <[email protected]>
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user