Add build step log for run-make-support
I was always confused about what is being built, since nothing was printed in the log :)
This commit is contained in:
parent
c62239aeb3
commit
7312747f67
1 changed files with 8 additions and 0 deletions
|
|
@ -1234,6 +1234,14 @@ impl Step for RunMakeSupport {
|
|||
&[],
|
||||
);
|
||||
|
||||
let _guard = builder.msg_tool(
|
||||
Kind::Build,
|
||||
Mode::ToolStd,
|
||||
"run-make-support",
|
||||
self.compiler.stage,
|
||||
&self.compiler.host,
|
||||
&self.target,
|
||||
);
|
||||
cargo.into_cmd().run(builder);
|
||||
|
||||
let lib_name = "librun_make_support.rlib";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue