[Freeswitch-svn] [commit] r4830 - freeswitch/trunk/build
Freeswitch SVN
anthm at freeswitch.org
Mon Apr 2 11:36:06 EDT 2007
Author: anthm
Date: Mon Apr 2 11:36:05 2007
New Revision: 4830
Modified:
freeswitch/trunk/build/turbo_build.sh
Log:
update
Modified: freeswitch/trunk/build/turbo_build.sh
==============================================================================
--- freeswitch/trunk/build/turbo_build.sh (original)
+++ freeswitch/trunk/build/turbo_build.sh Mon Apr 2 11:36:05 2007
@@ -5,7 +5,7 @@
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|^.*/||'`
More information about the Freeswitch-svn
mailing list