aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-06 20:22:26 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-06 20:22:26 +0000
commit062f5a2f495a9c268aba6e4e6bf11d748a2afc8e (patch)
treed605b63b0595f2b8b662e7357c1fe1f04f9e09e2 /scripts/auto-build/pd-extended-auto-builder.sh
parent34f63e8c3656ce64709dae1a66a9c0d7b8d923b6 (diff)
added lines to debug missing /usr/local/include/stdlib.h on MinGW
svn path=/trunk/; revision=8949
Diffstat (limited to 'scripts/auto-build/pd-extended-auto-builder.sh')
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh
index 244f0f84..30bcd3a5 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -45,6 +45,8 @@ rsync -a --delete rsync://128.238.56.50/distros/pd-extended/ \
cd "${auto_build_root_dir}/packages/$BUILD_DIR"
make -C "${auto_build_root_dir}/packages" set_version
make test_locations
+ls -l /usr/local/include/stdlib.h || echo no /usr/local/include/stdlib.h
+mount
make package_clean
make install && make package