abuild.conf: added JOBS variable

makes it easier to support parallel builds on non gnu make system
This commit is contained in:
Natanael Copa 2010-01-07 19:56:12 +00:00
parent 2b9d261df5
commit 9588629399
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ export LDFLAGS="-Wl,--as-needed"
export PATH=:/usr/i386-gentoo-linux-uclibc/binutils-bin/2.18:$PATH
export MAKEFLAGS=-j2
export JOBS=2
export MAKEFLAGS=-j$JOBS
# remove line below to disable colors
USE_COLORS=1