diff options
Diffstat (limited to 'scripts/auto-build')
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 4 |
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 |