[PD-cvs] scripts/auto-build pd-extended-auto-builder.sh,1.5,1.6

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Sep 28 22:39:55 CEST 2006


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

Modified Files:
	pd-extended-auto-builder.sh 
Log Message:
added status message for debugging

Index: pd-extended-auto-builder.sh
===================================================================
RCS file: /cvsroot/pure-data/scripts/auto-build/pd-extended-auto-builder.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pd-extended-auto-builder.sh	28 Sep 2006 18:27:41 -0000	1.5
--- pd-extended-auto-builder.sh	28 Sep 2006 20:39:53 -0000	1.6
***************
*** 13,25 ****
--- 13,29 ----
  	 Linux)
  		  BUILD_DIR=linux_make
+ 		  echo "Configuring to use $BUILD_DIR on GNU/Linux"
  		  ;;
  	 Darwin)
  		  BUILD_DIR=darwin_app
+ 		  echo "Configuring to use $BUILD_DIR on Darwin/Mac OS X"
  		  ;;
  	 MINGW*)
  		  BUILD_DIR=win32_inno
+ 		  echo "Configuring to use $BUILD_DIR on MinGW/Windows"
  		  ;;
  	 CYGWIN*)
  		  BUILD_DIR=win32_inno
+ 		  echo "Configuring to use $BUILD_DIR on Cygwin/Windows"
  		  ;;
  	 *)





More information about the Pd-cvs mailing list