mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
Delete old SVN build script
This commit is contained in:
parent
8b4579c01d
commit
1ee7ae5997
@ -1,23 +0,0 @@
|
||||
# FreeSWITCH auto-build Makefile
|
||||
# http://www.freeswitch.org
|
||||
|
||||
cat << EOF | make -f -
|
||||
freeswitch: freeswitch.trunk/Makefile
|
||||
cd freeswitch.trunk && make
|
||||
|
||||
freeswitch.trunk/Makefile: freeswitch.trunk/configure
|
||||
cd freeswitch.trunk && ./configure
|
||||
|
||||
freeswitch.trunk/configure: freeswitch.trunk/bootstrap.sh
|
||||
cd freeswitch.trunk && sh bootstrap.sh
|
||||
|
||||
freeswitch.trunk/bootstrap.sh:
|
||||
@echo 'Downloading FreeSWITCH please wait....(a while)'
|
||||
svn co -q http://svn.freeswitch.org:/svn/freeswitch/trunk freeswitch.trunk
|
||||
|
||||
|
||||
install:
|
||||
cd freeswitch.trunk && make install
|
||||
|
||||
all: freeswitch
|
||||
EOF
|
Loading…
x
Reference in New Issue
Block a user