IIRC, there's a patch for GNU make (pmake?) that enables distributed builds.
I'm not sure how up-to-date this is, though, and I've never tried it out myself.
IMO, and no offense, Ken, distcc isn't great since:
- it's limited to C and C++.
- preprocessing is done locally which offsets much of the advantages of
distributing the build.
Noel
Ken Smith wrote:
On Fri, Aug 19, 2005 at 10:31:56AM +0900, ?????? wrote:
Hi, I¡¯m a programmer from Korea.
The size of our source is about 1G, and it takes 1 hour to compile
fully.
I am using ¡®make¡¯ to compile it, and I¡¯d like to improve the
compile speed using distributed compile.
Does ¡®make¡¯ support distributed compile? Or can another util do it?
My compile environment is windows 2000 using cygwin.
DistCC is one mechanism you can use for distributing compilation. GNU
Make itself does not do anything special for distribution other than
support parallelization with -j and -l.
For information about DistCC, check here.
http://distcc.samba.org/
Ken
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make