Revert "cat build.log"

This reverts commit 70ab15cfc6.
This commit is contained in:
Joey Hess 2013-12-05 17:25:25 -04:00
parent 026bc1f800
commit 618f17b5d1
2 changed files with 2 additions and 3 deletions

View file

@ -6,8 +6,8 @@ Now in the
* Month 1 [[!traillink assistant/encrypted_git_remotes]]
* Month 2 [[!traillink assistant/disaster_recovery]]
* Month 3 user-driven features and polishing [[todo/direct_mode_guard]] [[assistant/upgrading]]
* **Month 4 improve special remote interface & git-annex enhancement contest**
* **Month 3 user-driven features and polishing** [[todo/direct_mode_guard]] [[assistant/upgrading]]
* Month 4 improve special remote interface & git-annex enhancement contest
* Month 5 [[!traillink assistant/xmpp_security]]
* Month 6 Windows assistant and webapp
* Month 7 user-driven features and polishing

View file

@ -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