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

From: Martin Rodriguez Reboredo
Date: Thu Sep 28 2023 - 17:07:51 EST


On 9/28/23 17:49, Matthew Maurer 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>
---
[...]
Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@xxxxxxxxx>