diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-17 04:40:25 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-17 04:40:25 +0000 |
commit | d33819596369a8a7ce0696dbcf36c954b371a357 (patch) | |
tree | ed97a3dd233de2cf97f2734398abe32783126526 | |
parent | 678d3d225d22dc281de5ceacb52d05299b070cc4 (diff) |
split up patching and version munging into separate targets to support having the date in the version
svn path=/trunk/; revision=6120
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh index 48a78f0e..69b40cf8 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -44,7 +44,7 @@ rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ \ ${auto_build_root_dir}/ cd "${auto_build_root_dir}/packages/$BUILD_DIR" -make -C "${auto_build_root_dir}/packages" patch_pd +make -C "${auto_build_root_dir}/packages" patch make install && make package && make test_package make test_locations |