kbuild: remove sed command from cmd_ar_builtin
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 14 Jun 2022 05:51:49 +0000 (14:51 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Jul 2022 12:17:59 +0000 (21:17 +0900)
commit5439d4d4dcee548b1ad984c293225c1668045ad2
tree96b73042f97b03f590a566894b2d3e8d4fb5abe4
parent31f6d95c2cab1898c05a95f434f54a327431f158
kbuild: remove sed command from cmd_ar_builtin

Replace a pipeline of echo and sed with printf to decrease process forks.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
scripts/Makefile.build