There are two: one is the customs library; read about it in the make
distro in README.customs.  I think customs works similarly to how you
are already trying to do things, by using rsh to invoke remote
commands.

The other is not distributed with GNU make (yet?) but is potentially
much more reliable; it uses the PVM structure to allow for distributed
builds; this is a very cool architecture (free) which gives you a lot
more control over things, and probably better performance overall... but
it requires more setup.  Find out about PVM here:

  http://www.epm.ornl.gov/pvm/

and about the GNU make port to PVM here:

  http://www.crosswinds.net/~jlabrous/GNU/PVMGmake/

HTH.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to