From 7af595d1d7eb0a8bc278bd44d802ff10b9e19571 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Dec 2013 17:24:07 -0400 Subject: cat build.log --- standalone/windows/build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'standalone') diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index b79df4750..7a8c2cd6c 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -47,6 +47,7 @@ withcyg cabal build || true # using a response file. rm -f build.log gcc.opt withcyg cabal build --ghc-options='-v -keep-tmp-files' > build.log 2>&1 +cat build.log grep '"dist\\build\\git-annex\\git-annex.exe"' build.log | sed -e 's/^"[^"]*" //' -e 's/\\/\//g' > gcc.opt withcyg gcc @gcc.opt -- cgit v1.2.3