]> git.lizzy.rs Git - rust.git/commit
rustbuild: Fix dependency tracking with new Cargo
authorAlex Crichton <alex@alexcrichton.com>
Tue, 13 Sep 2016 04:46:35 +0000 (21:46 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 13 Sep 2016 04:49:17 +0000 (21:49 -0700)
commit194a91b0ce12d85a6a7ae1db20b3f4aa8408b80d
treed4a55be27573afba513878d0bfce2e2065313177
parentfa9d8cc8ace2c1f22469b4a6c8e1e0352072c675
rustbuild: Fix dependency tracking with new Cargo

The recent Cargo update changed filenames, which broke a lot of incremental
rustbuild builds. What it thought were the output files were indeed no longer
the output files! (wreaking havoc).

This commit updates this to stop guessing filenames of Cargo and just manage
stamp files instead.
src/bootstrap/compile.rs
src/bootstrap/lib.rs