On 7/17/23 11:37, Miguel Ojeda wrote:
On Mon, Jul 17, 2023 at 5:16 PM Carlos Bilbao <carlos.bilbao@xxxxxxx> wrote:
+# Where to place rustdoc generated documentation
+RUSTDOC_OUTPUT = $(objtree)/Documentation/output/rust/rustdoc
I think we may be able to get away with just `:=` instead of `=`.
Yes, for v8 we can simply use `:=`.
Also, I assume this is intended to be overridable by the user, right?
i.e. that is why you wrote the identifier as uppercase.
That's true, I don't see any reason to make this uppercase.
In addition, I thought about basing it on `BUILDDIR` from the Doc's
`Makefile`, but that probably needs moving that one so that we can
access it here (in the case where we are not building as part of
`htmldocs`), and thus maybe it is not worth it.
(Cc'ing the rust-for-linux list, by the way)
Thanks for CC'ing, I should have done it.
Cheers,
Miguel
Thanks,
Carlos