start new thread in Makefile

Chuck Swiger cswiger at mac.com
Mon Oct 20 21:55:48 UTC 2008


On Oct 20, 2008, at 1:50 PM, Eitan Adler wrote:
> How would you start a new thread in a Makefile?

make isn't threaded but you can run multiple processes in parallel via  
the -j flag.

Regards,
-- 
-Chuck



More information about the freebsd-ports mailing list