Removing deprecated feature.. Also to test new SVN setup.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3817 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Justin Cassidy 2006-12-23 23:58:13 +00:00
parent 591c9b87aa
commit 21083c8cd4
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#!/bin/sh
# This script is used so the thisbuild compile project can have multiple
# architectures compile the software to check portability. Please leave
# this file in tact! - Justin
cd ..
./build.sh build 2>&1
ojnk=$?
echo "Return Code: $ojnk"