[PD-cvs] scripts/auto-build pd-extended-auto-builder.sh,1.12,1.13

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Oct 21 06:57:01 CEST 2006


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

Modified Files:
	pd-extended-auto-builder.sh 
Log Message:
run 'make package_clean' to ensure that the old builds are really gone; removed obsolete test_package, perhaps that will come back some day

Index: pd-extended-auto-builder.sh
===================================================================
RCS file: /cvsroot/pure-data/scripts/auto-build/pd-extended-auto-builder.sh,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pd-extended-auto-builder.sh	21 Oct 2006 04:09:40 -0000	1.12
--- pd-extended-auto-builder.sh	21 Oct 2006 04:56:59 -0000	1.13
***************
*** 45,49 ****
  cd "${auto_build_root_dir}/packages/$BUILD_DIR"
  make -C "${auto_build_root_dir}/packages" patch
! make install && make package && make test_package
  make test_locations
  
--- 45,50 ----
  cd "${auto_build_root_dir}/packages/$BUILD_DIR"
  make -C "${auto_build_root_dir}/packages" patch
! make package_clean
! make install && make package
  make test_locations
  





More information about the Pd-cvs mailing list