]> git.lizzy.rs Git - rust.git/commit
auto merge of #11046 : zargony/rust/dep-info, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 22 Dec 2013 23:06:32 +0000 (15:06 -0800)
committerbors <bors@rust-lang.org>
Sun, 22 Dec 2013 23:06:32 +0000 (15:06 -0800)
commit9e00272441e0a17fed015f9112921f0815f9ec6c
tree6e8123d5b460ad8f687b66ae30a188e8b2e4cafa
parent0c0c492101225b7e78800efc0f4bec6b43bb931f
parent66e3fbebd9b2c7061c139e601e73067e4b3feb5b
auto merge of #11046 : zargony/rust/dep-info, r=alexcrichton

Using --dep-info writes Makefile-compatible dependency info to a file that is by default named based on the crate source filename. This adds an optional string argument to the --dep-info option which allows to write dependency info to an arbitrary filename.

cc #10698