[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221231064203.1623793-1-masahiroy@kernel.org>
Date: Sat, 31 Dec 2022 15:41:57 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: linux-kbuild@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Miguel Ojeda <ojeda@...nel.org>,
Masahiro Yamada <masahiroy@...nel.org>,
Alex Gaynor <alex.gaynor@...il.com>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Boqun Feng <boqun.feng@...il.com>, Gary Guo <gary@...yguo.net>,
Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Nicolas Schier <nicolas@...sle.eu>, Tom Rix <trix@...hat.com>,
Wedson Almeida Filho <wedsonaf@...il.com>,
llvm@...ts.linux.dev, rust-for-linux@...r.kernel.org
Subject: [PATCH 0/6] kbuild: fix dep-file processing for rust
Masahiro Yamada (6):
kbuild: specify output names separately for each emission type from
rustc
fixdep: parse Makefile more correctly to handle comments etc.
kbuild: remove sed commands after rustc rules
fixdep: refactor hash table lookup
fixdep: avoid parsing the same file over again
fixdep: do not parse *.so, *.rmeta, *.rlib
rust/Makefile | 16 ++-
scripts/Makefile.build | 26 ++---
scripts/Makefile.host | 10 +-
scripts/basic/fixdep.c | 234 +++++++++++++++++++++++++++--------------
4 files changed, 173 insertions(+), 113 deletions(-)
--
2.34.1
Powered by blists - more mailing lists