aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-26 14:03:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-26 14:03:55 +0000
commit1d29697b117d149060724dfeaea40e1021a8055d (patch)
tree8032de291032ee8c21a606479b598975fe04c095 /scripts
parent05144871fd9eba584720380e170b021d85f06df6 (diff)
add log messages to mark stages of the build process
svn path=/trunk/; revision=16304
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh
index 12a3ba47..0cee02ce 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -42,13 +42,17 @@ echo "build root: $auto_build_root_dir"
# clean up and update
# run 'make distclean' first so the autotools Makefiles still exist
+echo "--- make distclean -------------------------------------"
make -C ${auto_build_root_dir}/packages/$BUILD_DIR distclean
+
+echo "--- use SCM to clean -----------------------------------"
for dir in $auto_build_root_dir/*; do
clean_and_update_folder $dir
remove_dead_svn_externals $dir
done
remove_dead_svn_externals $auto_build_root_dir
+echo "--- setting up build -----------------------------------"
cd "${auto_build_root_dir}/packages/$BUILD_DIR"
make -C "${auto_build_root_dir}/packages" set_version
make test_locations
@@ -58,10 +62,13 @@ echo "--- mounts ----------------------------------------"
mount
print_ip_address
+echo "--- making source tarball ------------------------------"
make_source_tarball "${auto_build_root_dir}" "${auto_build_root_dir}/packages/$BUILD_DIR"
+echo "--- compiling binary package ---------------------------"
make install && make package
+echo "--- uploading build results ----------------------------"
upload_build ()
{
platform_folder=$1