[distcc] how to get separate compile tasks

DaNiMoTh jjdanimoth at gmail.com
Mon Mar 23 11:04:43 GMT 2009


2009/3/23 Yanchun Wang <yanchun.wng at gmail.com>:
> Hi,
>
> I have a question : how does distcc get multiple compile jobs for a project
> so that these jobs can then be send to different hosts to compile
> distributedly?
> I think it is difficult to analyze the makefiles of a project because they
> often seem complex.
>
> Thanks
>

Doesn't "make" do it itself with the -j flags?

distcc only send the command line instruction and the source to the
distcc server that run it in a separate thread.

I hope that I don't understand your question.


More information about the distcc mailing list