aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-12 15:00:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-12 15:00:24 +0000
commit08c28112f8cc20f9b7d45dd417718996a7ca0d4b (patch)
tree924f92ae576dd09da09103686395f695b2d9b872
parentf235eb7c9dcf3ed14cacf65ebfa3007afed56b5c (diff)
reordered to make compile errors clearer
svn path=/trunk/; revision=6273
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh2
-rwxr-xr-xscripts/auto-build/pd-main-auto-builder.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh
index 145a2f99..f03916f0 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -44,9 +44,9 @@ rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ \
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
-make test_locations
upload_build ()
diff --git a/scripts/auto-build/pd-main-auto-builder.sh b/scripts/auto-build/pd-main-auto-builder.sh
index 9d0f5a80..ff89833c 100755
--- a/scripts/auto-build/pd-main-auto-builder.sh
+++ b/scripts/auto-build/pd-main-auto-builder.sh
@@ -47,11 +47,11 @@ case $SYSTEM in
upload_filename=`ls -1 ${archive} | sed "s|.*/\(.*\)\.${archive_format}|\1-${HOSTNAME}.${archive_format}|"`
cd ${auto_build_root_dir}/packages/darwin_app/
make package_clean
+ make test_locations
make darwin_app_core && \
make readme_install && \
- make package
- make test_locations
- rsync -a ${archive} \
+ make package && \
+ rsync -a ${archive} \
rsync://128.238.56.50/upload/${DATE}/${upload_filename} && \
echo SUCCESS
;;