From 6326d5c7c2eb682215747248e21f94e5804cab61 Mon Sep 17 00:00:00 2001
From: Anthony Minessale <anthony.minessale@gmail.com>
Date: Mon, 2 Apr 2007 15:36:05 +0000
Subject: [PATCH] update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4830 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 build/turbo_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/turbo_build.sh b/build/turbo_build.sh
index 9409d1fdad..6b6a3816b2 100755
--- a/build/turbo_build.sh
+++ b/build/turbo_build.sh
@@ -5,7 +5,7 @@ if [ -z $MAKE ] ; then
 fi
 
 if [ -z $arg ] ; then
-    $MAKE -j8 core
+    $MAKE -j20 freeswitch
     MODS=`cat modules.conf | grep -v \#`
     for i in $MODS ; do 
 	MOD_NAME=`echo $i | sed -e 's|^.*/||'`