From bb23964c64578b5921e3adddabf033b4b7c4c548 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 21 Oct 2006 04:56:59 +0000 Subject: 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 --- 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 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 -- cgit v1.2.1