summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-08 09:21:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-08 13:04:42 +0100
commit42962699c6a2f0c1e17b4dd2b5b335c859a2932c (patch)
tree2249d3d01dbfc5a6c9227d1635f7f38c98ad5cb2 /Makefile.in
parent6a262e6a3fc81b0012b46e64aa020b65a5a0828a (diff)
try callcatcher in -P mode
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a27fbc5c4e6e..de0eb81ead96 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -189,7 +189,7 @@ findunusedcode:
source <(sed -e s,$$INPATH,callcatcher,g ./Env.Host.sh) && \
. ./solenv/bin/callcatchEnv.Set.sh && \
cd instsetoo_native && \
- build.pl $(GBUILD_OPT) --all
+ build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ \
@. ./Env.Host.sh && \
source <(sed -e s,$$INPATH,callcatcher,g ./Env.Host.sh) && \
callanalyse \