]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`
authorMiguel Ojeda <ojeda@kernel.org>
Mon, 8 Jun 2026 14:14:21 +0000 (16:14 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 9 Jun 2026 02:13:21 +0000 (04:13 +0200)
commit70a8d5ada9fabf4a34732b718f9c992195eed2ea
tree35af967b98ac14d7c1cf24f63c28cc7b51552d9f
parent8b1549eee9c7f27b4f4f7c7f575c3c50065b89ff
rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`

When Clippy is skipped, `RUSTC` should be shown in `quiet` instead of
`CLIPPY` to be accurate and to avoid confusion.

Thus do so, matching what we do in `quiet_cmd_rustc_library`.

Fixes: 7dbe46c0b11d ("rust: kbuild: add proc macro library support")
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Link: https://patch.msgid.link/20260608141439.182634-3-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/Makefile