diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-21 04:56:59 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-21 04:56:59 +0000 |
commit | bb23964c64578b5921e3adddabf033b4b7c4c548 (patch) | |
tree | 59f14b56699909b9f47a760f154f3eb4879aabc1 | |
parent | c75a67473b089c96b7cf591feb538aee589fec0a (diff) |
run 'make package_clean' to ensure that the old builds are really gone; removed obsolete test_package, perhaps that will come back some day
svn path=/trunk/; revision=6152
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh index b5f7db34..b8c32fce 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -44,7 +44,8 @@ rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ \ cd "${auto_build_root_dir}/packages/$BUILD_DIR" make -C "${auto_build_root_dir}/packages" patch -make install && make package && make test_package +make package_clean +make install && make package make test_locations |