Search code examples
parallel-processingmakefileclearcasegnu-make

Gnu make on multiple host machine?


In clearmake there is an option to pass host names so that to run multiple jobs on these hosts but in gmake there is no option to pass multiple hosts although multiple jobs can be passed. I want to know how i can mimic this clearmake functionality?


Solution

  • The usual answer for people looking to distribute builds run with standard make tools like GNU make across multiple systems is to use something like distcc.