mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-20 00:29:56 +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
|
||||
NCPU=1
|
||||
fi
|
||||
PARL=$[ $NCPU + 1 ]
|
||||
make -j $PARL
|
||||
(make -k -j $NCPU; exit 0)
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
Loading…
Reference in New Issue
Block a user