[PD-cvs] scripts automated-builder.sh,1.3,1.4

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Jul 25 02:41:14 CEST 2006


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

Modified Files:
	automated-builder.sh 
Log Message:
fixed up autobuild script so that it applies the patches; added some stuff towards automating MinGW builds

Index: automated-builder.sh
===================================================================
RCS file: /cvsroot/pure-data/scripts/automated-builder.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** automated-builder.sh	19 Jul 2006 15:19:04 -0000	1.3
--- automated-builder.sh	25 Jul 2006 00:41:12 -0000	1.4
***************
*** 26,33 ****
  	 BUILD_DIR=linux_make
  fi
- 
  if [ "$SYSTEM" == "Darwin" ]; then
  	 BUILD_DIR=darwin_app
  fi
  
  cd "$BUILD_DIR"
--- 26,35 ----
  	 BUILD_DIR=linux_make
  fi
  if [ "$SYSTEM" == "Darwin" ]; then
  	 BUILD_DIR=darwin_app
  fi
+ if [ "`echo $SYSTEM | sed -n 's|\(MINGW\)|\1|p'`" == "MINGW" ]; then
+ 	 BUILD_DIR=win32_inno
+ fi
  
  cd "$BUILD_DIR"
***************
*** 36,42 ****
  make package_clean
  rm -rf build
! #make -C "${auto_build_root_dir}/packages" patch_pd
  make install && make package
  
! #make test_package
  make test_locations
--- 38,44 ----
  make package_clean
  rm -rf build
! make -C "${auto_build_root_dir}/packages" patch_pd
  make install && make package
  
! make test_package
  make test_locations





More information about the Pd-cvs mailing list