diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-06 20:22:26 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-06 20:22:26 +0000 |
commit | 062f5a2f495a9c268aba6e4e6bf11d748a2afc8e (patch) | |
tree | d605b63b0595f2b8b662e7357c1fe1f04f9e09e2 /scripts | |
parent | 34f63e8c3656ce64709dae1a66a9c0d7b8d923b6 (diff) |
added lines to debug missing /usr/local/include/stdlib.h on MinGW
svn path=/trunk/; revision=8949
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 2 |
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 |