Re: make -jN for external packages [message #9116 is a reply to message #9106] |
Thu, 30 July 2009 14:02 |
Florian Uhlig
Messages: 424 Registered: May 2007
|
first-grade participant |
From: *pools.arcor-ip.net
|
|
Hi Christian
If you look into the scripts you can see that this is already done in most of the cases. For some packages we encounter problems using parallel build, so for this packages we don't use this feature.
We check how many cores are available and use this number for make -j .
If you want to set a different number please set a environment variable which is checked by the script.
export NCPU=<your number>
Ciao
Florian
|
|
|