diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-01-31 21:01:40 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-01-31 21:01:40 +0000 |
commit | dbce1ebddd874583a90fe3956c214199cfd2e5bd (patch) | |
tree | 7ab1f2d95ae7f34c9154cb3753b2d1f50deb1a91 | |
parent | 5697b5fb78738518764106b52366235fe7a3201e (diff) |
add more info for debugging the MinGW jenkins build
svn path=/trunk/; revision=17010
-rwxr-xr-x | externals/build-all-libdirs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/build-all-libdirs.sh b/externals/build-all-libdirs.sh index a4804c27..dd613cac 100755 --- a/externals/build-all-libdirs.sh +++ b/externals/build-all-libdirs.sh @@ -31,6 +31,8 @@ esac DESTDIR=`pwd`/DESTDIR/$tarball +echo "WHAT IS HERE(`pwd`): `ls -l $(pwd)`" + for dir in `find . -name \*-meta.pd | sed -n 's|\(.*\)/[a-zA-Z0-9_-]*-meta\.pd|\1|p' ` do (test -e "$dir/Makefile" && echo "Building $dir") || continue |