]> git.lizzy.rs Git - rust.git/commit
mklldeps.py: Write to file instead of print
authorklutzy <klutzytheklutzy@gmail.com>
Tue, 17 Dec 2013 05:35:22 +0000 (14:35 +0900)
committerklutzy <klutzytheklutzy@gmail.com>
Wed, 18 Dec 2013 00:49:55 +0000 (09:49 +0900)
commitb0a9937a6d252eaf6c936284c377227ae510cc0f
tree129735ad9e195c2a313562f760c88e4a58e60895
parent1890290ded2b56410b4b2e0dca4c1518b294a2b2
mklldeps.py: Write to file instead of print

It seems that msys automatically converts `\n` to `\r\n` on pipe
redirection, which causes `make tidy` failure.
mk/llvm.mk
src/etc/mklldeps.py