[PD-cvs] scripts build-libs-for-pd-on-mingw.sh,1.3,1.4

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Jan 5 17:31:25 CET 2007


Update of /cvsroot/pure-data/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19491

Modified Files:
	build-libs-for-pd-on-mingw.sh 
Log Message:
tweaked to hopefully make it more fault-tolerant

Index: build-libs-for-pd-on-mingw.sh
===================================================================
RCS file: /cvsroot/pure-data/scripts/build-libs-for-pd-on-mingw.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build-libs-for-pd-on-mingw.sh	28 Sep 2006 18:03:36 -0000	1.3
--- build-libs-for-pd-on-mingw.sh	5 Jan 2007 16:31:23 -0000	1.4
***************
*** 33,38 ****
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf tcl8.4.13-src.tar.gz
! 	 cd tcl8.4.13/win
  	 ./configure && make CYGPATH=echo && make install
  	 cd ../..
--- 33,38 ----
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf tcl8.4.*-src.tar.gz
! 	 cd tcl8.4.*/win
  	 ./configure && make CYGPATH=echo && make install
  	 cd ../..
***************
*** 45,50 ****
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf tk8.4.13-src.tar.gz
! 	 cd tk8.4.13/win
  	 ./configure && make CYGPATH=echo && make install
  	 cd ../..
--- 45,50 ----
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf tk8.4.*-src.tar.gz
! 	 cd tk8.4.*/win
  	 ./configure && make CYGPATH=echo && make install
  	 cd ../..
***************
*** 57,61 ****
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf libogg-1.1.3.tar.gz && cd libogg-1.1.3
  	 ./configure && make && make install
  	 cd ..
--- 57,62 ----
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf libogg-1.1.*.tar.gz
! 	 cd libogg-1.1.*
  	 ./configure && make && make install
  	 cd ..
***************
*** 85,89 ****
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf libvorbis-1.1.2.tar.gz && cd libvorbis-1.1.2
  	 ./configure && make
  	 cd lib
--- 86,91 ----
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf libvorbis-1.1.*.tar.gz
! 	 cd libvorbis-1.1.*
  	 ./configure && make
  	 cd lib





More information about the Pd-cvs mailing list