Skip to content

Commit

Permalink
clear_if_dirty with self.rustc(compiler) for Mode::Rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
collin5 authored and Mark-Simulacrum committed Sep 12, 2018
1 parent c22c709 commit 86e34cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/builder.rs
Expand Up @@ -755,6 +755,7 @@ impl<'a> Builder<'a> {
self.clear_if_dirty(&my_out, &self.rustc(compiler));
},
Mode::Rustc => {
self.clear_if_dirty(&my_out, &self.rustc(compiler));
self.clear_if_dirty(&my_out, &libstd_stamp);
self.clear_if_dirty(&my_out, &libtest_stamp);
},
Expand Down

0 comments on commit 86e34cd

Please sign in to comment.