2009/3/23 Yanchun Wang <yanchun....@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.
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
https://lists.samba.org/mailman/listinfo/distcc

Reply via email to