summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-05 17:25:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-05 17:25:25 -0400
commit3a56123a9deb5190d801d001d6afb64cd81e0f86 (patch)
tree25af4eeacd10bc1990d138e3811b4f09da747a96 /standalone
parent7c9c14d398639628f0e73b2145015b703a59be50 (diff)
Revert "cat build.log"
Diffstat (limited to 'standalone')
-rw-r--r--standalone/windows/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 7a8c2cd6c..b79df4750 100644
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -47,7 +47,6 @@ 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