cat build.log
This commit is contained in:
parent
0a8191dc8c
commit
70ab15cfc6
2 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,8 @@ Now in the
|
||||||
|
|
||||||
* Month 1 [[!traillink assistant/encrypted_git_remotes]]
|
* Month 1 [[!traillink assistant/encrypted_git_remotes]]
|
||||||
* Month 2 [[!traillink assistant/disaster_recovery]]
|
* Month 2 [[!traillink assistant/disaster_recovery]]
|
||||||
* **Month 3 user-driven features and polishing** [[todo/direct_mode_guard]] [[assistant/upgrading]]
|
* Month 3 user-driven features and polishing [[todo/direct_mode_guard]] [[assistant/upgrading]]
|
||||||
* Month 4 improve special remote interface & git-annex enhancement contest
|
* **Month 4 improve special remote interface & git-annex enhancement contest**
|
||||||
* Month 5 [[!traillink assistant/xmpp_security]]
|
* Month 5 [[!traillink assistant/xmpp_security]]
|
||||||
* Month 6 Windows assistant and webapp
|
* Month 6 Windows assistant and webapp
|
||||||
* Month 7 user-driven features and polishing
|
* Month 7 user-driven features and polishing
|
||||||
|
|
|
@ -47,6 +47,7 @@ withcyg cabal build || true
|
||||||
# using a response file.
|
# using a response file.
|
||||||
rm -f build.log gcc.opt
|
rm -f build.log gcc.opt
|
||||||
withcyg cabal build --ghc-options='-v -keep-tmp-files' > build.log 2>&1
|
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
|
grep '"dist\\build\\git-annex\\git-annex.exe"' build.log | sed -e 's/^"[^"]*" //' -e 's/\\/\//g' > gcc.opt
|
||||||
withcyg gcc @gcc.opt
|
withcyg gcc @gcc.opt
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue