Re: [PATCH v2] rust: Use awk instead of recent xargs

From: Alice Ryhl
Date: Mon Oct 02 2023 - 04:21:54 EST


On Thu, Sep 28, 2023 at 10:50 PM Matthew Maurer <mmaurer@xxxxxxxxxx> wrote:
>
> `awk` is already required by the kernel build, and the `xargs` feature
> used in current Rust detection is not present in all `xargs` (notably,
> toybox based xargs, used in the Android kernel build).
>
> Signed-off-by: Matthew Maurer <mmaurer@xxxxxxxxxx>

Tested both in an Android and non-Android build.

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Tested-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>