From e5e2d88f74c915d5db25964f15746085de6b9106 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Mon, 29 Sep 2003 17:30:11 +0000 Subject: [PATCH] parallel build uses NCPU jobs instead of NCPU+1 --- GiNaC.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.0