[GRASS-user] FYI - Output from compiling most recent release 7.0
    Glynn Clements 
    glynn at gclements.plus.com
       
    Fri Feb  7 08:21:58 PST 2014
    
    
  
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 <glynn at gclements.plus.com>
    
    
More information about the grass-user
mailing list