Update of /cvsroot/pure-data/scripts/auto-build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18658
Modified Files: pd-extended-auto-builder.sh pd-main-auto-builder.sh Log Message: reordered to make compile errors clearer
Index: pd-main-auto-builder.sh =================================================================== RCS file: /cvsroot/pure-data/scripts/auto-build/pd-main-auto-builder.sh,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** pd-main-auto-builder.sh 9 Nov 2006 19:20:29 -0000 1.14 --- pd-main-auto-builder.sh 12 Nov 2006 15:00:24 -0000 1.15 *************** *** 48,56 **** cd ${auto_build_root_dir}/packages/darwin_app/ make package_clean make darwin_app_core && \ make readme_install && \ ! make package ! make test_locations ! rsync -a ${archive} \ rsync://128.238.56.50/upload/${DATE}/${upload_filename} && \ echo SUCCESS --- 48,56 ---- cd ${auto_build_root_dir}/packages/darwin_app/ make package_clean + make test_locations make darwin_app_core && \ make readme_install && \ ! make package && \ ! rsync -a ${archive} \ rsync://128.238.56.50/upload/${DATE}/${upload_filename} && \ echo SUCCESS
Index: pd-extended-auto-builder.sh =================================================================== RCS file: /cvsroot/pure-data/scripts/auto-build/pd-extended-auto-builder.sh,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** pd-extended-auto-builder.sh 24 Oct 2006 04:21:35 -0000 1.14 --- pd-extended-auto-builder.sh 12 Nov 2006 15:00:24 -0000 1.15 *************** *** 45,51 **** 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
--- 45,51 ---- cd "${auto_build_root_dir}/packages/$BUILD_DIR" make -C "${auto_build_root_dir}/packages" patch + make test_locations make package_clean make install && make package