This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Commit bcf68d0
FROMLIST: kbuild: rust: replace proc macros dependency on
With the `RUSTC_VERSION_TEXT` rebuild support in place, now proc macros
can depend on that instead of `core.o`.
This means that both the `core` and `macros` crates can be built in
parallel, and that touching `core.o` does not trigger a rebuild of the
proc macros.
Signed-off-by: Miguel Ojeda <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Change-Id: I9c5c16cc4fb826c4f70823b36f9a47a1197fd47c
Signed-off-by: Alice Ryhl <[email protected]>core.o with the version text1 parent 03c4391 commit bcf68d0
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
333 | | - | |
334 | | - | |
| 332 | + | |
| 333 | + | |
335 | 334 | | |
336 | 335 | | |
337 | 336 | | |
| |||
0 commit comments