[Freeswitch-svn] [commit] r12045 - freeswitch/trunk/build
FreeSWITCH SVN
anthm at freeswitch.org
Mon Feb 16 05:57:25 PST 2009
Author: anthm
Date: Mon Feb 16 07:57:25 2009
New Revision: 12045
Log:
tweak
Modified:
freeswitch/trunk/build/turbo_build.sh
Modified: freeswitch/trunk/build/turbo_build.sh
==============================================================================
--- freeswitch/trunk/build/turbo_build.sh (original)
+++ freeswitch/trunk/build/turbo_build.sh Mon Feb 16 07:57:25 2009
@@ -31,11 +31,8 @@
done
if [ $x = 0 ] ; then
echo Build finished. Making install
- $MAKE install_core 2>&1 > /dev/null
- mods=`find src/mod -name \*.so | grep .libs`
- /bin/cp -fp $mods $prefix/mod
- mods=`find $prefix/mod -name \*.so`
- echo installed core and $mods
+ $MAKE -j install 2>&1 > /dev/null
+ echo done
exit;
fi
sleep 1
More information about the Freeswitch-svn
mailing list