From 95886293997ca67798c69af76376e7e521260cd2 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 7 Jan 2010 19:56:12 +0000 Subject: abuild.conf: added JOBS variable makes it easier to support parallel builds on non gnu make system --- abuild.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'abuild.conf') diff --git a/abuild.conf b/abuild.conf index f541085..315f3b5 100644 --- a/abuild.conf +++ b/abuild.conf @@ -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 -- cgit v1.2.3