iglupkg.sh: only set make jobs on build
This commit is contained in:
parent
0f45579aea
commit
5242121840
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ export CXX=clang++
|
|||
stat /etc/iglupkg.conf > /dev/null 2> /dev/null && . /etc/iglupkg.conf
|
||||
|
||||
export SAMUFLAGS=-j$JOBS
|
||||
export MAKEFLAGS=-j$JOBS
|
||||
|
||||
. ./build.sh
|
||||
dir=$(pwd)
|
||||
|
@ -32,7 +31,7 @@ stat src > /dev/null 2>/dev/null && echo '======================================
|
|||
|
||||
cd $srcdir
|
||||
|
||||
build
|
||||
MAKEFLAGS=-j$JOBS build
|
||||
cd $srcdir
|
||||
|
||||
echo "
|
||||
|
|
Loading…
Reference in a new issue