kbuild: remove sed commands after rustc rules
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 7 Jan 2023 09:18:17 +0000 (18:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 22 Jan 2023 14:43:33 +0000 (23:43 +0900)
commit2185242faddd12a1ba1060be5caf584fe5aba93a
tree04b90d1a3c03176d0cd8a8201759eac02a163293
parentbc6df812a1529ab0cbac7f17ac6c4f4aff2a8bbf
kbuild: remove sed commands after rustc rules

rustc may put comments in dep-info, so sed is used to drop them before
passing it to fixdep.

Now that fixdep can remove comments, Makefiles do not need to run sed.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
rust/Makefile
scripts/Makefile.build
scripts/Makefile.host