Update of /cvsroot/pure-data/scripts/auto-build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12506/auto-build
Modified Files: pd-extended-auto-builder.sh Log Message: split up patching and version munging into separate targets to support having the date in the version
Index: pd-extended-auto-builder.sh =================================================================== RCS file: /cvsroot/pure-data/scripts/auto-build/pd-extended-auto-builder.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** pd-extended-auto-builder.sh 29 Sep 2006 04:37:08 -0000 1.8 --- pd-extended-auto-builder.sh 17 Oct 2006 04:40:25 -0000 1.9 *************** *** 45,49 ****
cd "${auto_build_root_dir}/packages/$BUILD_DIR" ! make -C "${auto_build_root_dir}/packages" patch_pd make install && make package && make test_package make test_locations --- 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