From 62296ef69789cf24022e448cf5ebef9e124c8f6f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 4 Sep 2012 14:27:35 +0000 Subject: run 'make distclean' before svn/git clean so the autotools Makefiles still exist when running svn path=/trunk/; revision=16190 --- scripts/auto-build/pd-extended-auto-builder.sh | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1