Re: [PATCH v2] Kbuild: fix issues with rustc-option

From: Miguel Ojeda
Date: Tue Oct 08 2024 - 16:22:24 EST


On Tue, Oct 8, 2024 at 8:25 PM Matthew Maurer <mmaurer@xxxxxxxxxx> wrote:
>
> Err, slight amendment - I think you want `-o $$TMP`, and not
> `--out-dir $$TMPOUT`

We need the `--out-dir` to avoid temporary files being created in the
current working directory.

Cheers,
Miguel