This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
parallel building
- From: Fausto Sanchez <fas at andiamo dot com>
- To: automake at gnu dot org
- Date: Fri, 29 Mar 2002 15:15:43 -0800
- Subject: parallel building
Hi,
Does automake support parallel builds? Is it just a matter of doing a gmake
-j 5?
I see that the generated Makefile contains a loop based on SUBDIRS, so this
would
make the build sequential. How do others handle parallel building using
automake
take adavnce of 10 cpu's on a system?
Thanks in advance,
fausto..