aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-04 14:27:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-04 14:27:35 +0000
commit62296ef69789cf24022e448cf5ebef9e124c8f6f (patch)
treeef02212ff898b5be93738bfc3e394fae7c157b7d /scripts
parentbb2f3e795f46c041e0c5744c4a7ff7b061cd3306 (diff)
run 'make distclean' before svn/git clean so the autotools Makefiles still exist when running
svn path=/trunk/; revision=16190
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh
index 7e476a87..22403766 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -41,12 +41,11 @@ auto_build_root_dir=`pwd`
echo "build root: $auto_build_root_dir"
# clean up and update
+make distclean # run first so the autotools Makefiles still exist
for dir in $auto_build_root_dir/*; do
clean_and_update_folder $dir
done
-# get new stuff from the server
-
cd "${auto_build_root_dir}/packages/$BUILD_DIR"
make -C "${auto_build_root_dir}/packages" set_version
make test_locations
@@ -55,7 +54,6 @@ set
echo "--- mounts ----------------------------------------"
mount
print_ip_address
-make distclean
make install && make package