[distcc] jobserver unavailable

Wayne Davison wayned at samba.org
Fri Aug 15 16:09:56 GMT 2003


On Fri, Aug 15, 2003 at 10:13:13AM -0500, Jason Bradley Nance wrote:
> make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent
> make rule.

This is a GNU make warning when you run recursive makes and it is trying
to keep all the parallel makes in communication with each other to obey
the -j limit value between them.  You can use "-j" to allow unlimited
parallel jobs (which bypasses the jobserver).  Or read this message from
Paul D. Smith for more options:

    http://mail.gnu.org/archive/html/help-make/2001-09/msg00005.html

..wayne..



More information about the distcc mailing list