johann woeckinger wrote:
hm, pmake doesn't distribute jobs over var. computers - right?
if "var." means "various", then yes, pmake distributes jobs over multiple machines and it takes care of all the dependencies in a Makefile, just like make does
http://www.freebsd.org/doc/en_US.ISO8859-1/books/pmake/invoking.html see -x flag Simon