sid24ss / distcc

Automatically exported from code.google.com/p/distcc
GNU General Public License v2.0
0 stars 0 forks source link

include_server documentation, distcc_fallback flag incorrect #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you look at the include_server manual 

'man include_server'

under the section "DISTCC DISCREPANCY SYMPTOMS"

It states, 

"The fallback behavior for distcc-pump mode to local compilation can be 
disabled by setting the environment  variable DISTCC_FALLBACK to 1, which makes 
the distcc command fail as soon as the remote compilation has failed."

It should be DISTCC_FALLBACK to 0 (to fail it), 1 == true and will enable 
fallback, which is in this case not what you want.

I've Checked the current distcc trunk version, and this man page is still 
inaccurate

Original issue reported on code.google.com by corcorne...@gmail.com on 16 Nov 2010 at 2:50

GoogleCodeExporter commented 9 years ago
Thanks for the bug report.
Fixed in SVN revision 734.

Original comment by fergus.h...@gmail.com on 16 Nov 2010 at 6:52