From 67d310d527e050a8904a92f478cb334d9ad46be1 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 12 Mar 2008 13:43:52 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7880 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- build/turbo_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/turbo_build.sh b/build/turbo_build.sh index db6dc9523a..c93880454c 100755 --- a/build/turbo_build.sh +++ b/build/turbo_build.sh @@ -5,6 +5,7 @@ if [ -z $MAKE ] ; then fi if [ -z $arg ] ; then + $MAKE clean $MAKE -j freeswitch MODS=`cat modules.conf | grep -v \#` for i in $MODS ; do