mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-20 15:29:48 +00:00
parallel build uses NCPU jobs instead of NCPU+1
This commit is contained in:
parent
2d92ad6dfb
commit
ddcfbe2bda
@ -56,8 +56,8 @@ if [ -x /usr/bin/getconf ] ; then
|
|||||||
else
|
else
|
||||||
NCPU=1
|
NCPU=1
|
||||||
fi
|
fi
|
||||||
PARL=$[ $NCPU + 1 ]
|
(make -k -j $NCPU; exit 0)
|
||||||
make -j $PARL
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
Loading…
Reference in New Issue
Block a user