aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-10-21 04:56:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-10-21 04:56:59 +0000
commitbb23964c64578b5921e3adddabf033b4b7c4c548 (patch)
tree59f14b56699909b9f47a760f154f3eb4879aabc1 /scripts/auto-build/pd-extended-auto-builder.sh
parentc75a67473b089c96b7cf591feb538aee589fec0a (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
Diffstat (limited to 'scripts/auto-build/pd-extended-auto-builder.sh')
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh3
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