aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-31 21:01:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-31 21:01:40 +0000
commitdbce1ebddd874583a90fe3956c214199cfd2e5bd (patch)
tree7ab1f2d95ae7f34c9154cb3753b2d1f50deb1a91
parent5697b5fb78738518764106b52366235fe7a3201e (diff)
add more info for debugging the MinGW jenkins build
svn path=/trunk/; revision=17010
-rwxr-xr-xexternals/build-all-libdirs.sh2
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