Re: [PATCH 02/18] rust: kbuild: introduce `core-flags` and `core-skip_flags`

From: Miguel Ojeda

Date: Wed Nov 12 2025 - 06:13:53 EST


On Mon, Nov 10, 2025 at 8:18 PM John Hubbard <jhubbard@xxxxxxxxxx> wrote:
>
> I agree that switching to ":=" for this kind of Makefile variable
> is a good move. However, it should be mentioned in the commit log
> so that it doesn't look like it was accidentally introduced.

It was meant to make it consistent with the upcoming additions since
this commit is essentially about that, i.e. it was not intended as a
drive-by cleanup (which I usually oppose), if that makes sense.

I will clarify in the log.

Thanks for taking a look!

Cheers,
Miguel