]> git.lizzy.rs Git - rust.git/commitdiff
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)
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


Trivial merge