Messages in this thread |  | | From | Masahiro Yamada <> | Subject | [PATCH 0/6] kbuild: fix dep-file processing for rust | Date | Sat, 31 Dec 2022 15:41:57 +0900 |
| |
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
|  |