Skip to content

Commit 7312747

Browse files
committed
Add build step log for run-make-support
I was always confused about what is being built, since nothing was printed in the log :)
1 parent c62239a commit 7312747

File tree

1 file changed

+8
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+8
-0
lines changed

Diff for: src/bootstrap/src/core/build_steps/test.rs

+8
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,14 @@ impl Step for RunMakeSupport {
12341234
&[],
12351235
);
12361236

1237+
let _guard = builder.msg_tool(
1238+
Kind::Build,
1239+
Mode::ToolStd,
1240+
"run-make-support",
1241+
self.compiler.stage,
1242+
&self.compiler.host,
1243+
&self.target,
1244+
);
12371245
cargo.into_cmd().run(builder);
12381246

12391247
let lib_name = "librun_make_support.rlib";

0 commit comments

Comments
 (0)