From: Christian Bauer Date: Mon, 29 Sep 2003 17:30:11 +0000 (+0000) Subject: parallel build uses NCPU jobs instead of NCPU+1 X-Git-Tag: release_1-2-0~95 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=e5e2d88f74c915d5db25964f15746085de6b9106 parallel build uses NCPU jobs instead of NCPU+1 --- diff --git a/GiNaC.spec.in b/GiNaC.spec.in index e3aafb74..4fef8ab7 100644 --- a/GiNaC.spec.in +++ b/GiNaC.spec.in @@ -62,8 +62,7 @@ if [ -x /usr/bin/getconf ] ; then else NCPU=1 fi -PARL=$[ $NCPU + 1 ] -(make -k -j $PARL; exit 0) +(make -k -j $NCPU; exit 0) make %install