From 2175f76ed11927ebd20e7e8f27595acf9cf40461 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 21 Sep 2012 20:06:01 +0000 Subject: fix the invocation of 'make distclean' svn path=/trunk/; revision=16262 --- scripts/auto-build/pd-extended-auto-builder.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/auto-build/pd-extended-auto-builder.sh') diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh index 87f7fdb6..e9bddea5 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -41,7 +41,8 @@ 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 +# run 'make distclean' first so the autotools Makefiles still exist +make -C ${auto_build_root_dir}/packages/$BUILD_DIR distclean for dir in $auto_build_root_dir/*; do clean_and_update_folder $dir remove_dead_svn_externals $dir -- cgit v1.2.1