diff options
author | Miguel Ojeda <[email protected]> | 2023-06-16 02:16:28 +0200 |
---|---|---|
committer | Miguel Ojeda <[email protected]> | 2023-08-10 01:18:34 +0200 |
commit | 7cd6a3e1f94bab4f2a3425e06f70ab13eb8190d4 (patch) | |
tree | 886f233c5e008815e8e3f57fea08c8e3fe7dfc9b /net/lapb/lapb_subr.c | |
parent | 9eb7e20e0c5cd069457845f965b3e8a7d736ecb7 (diff) |
kbuild: rust_is_available: normalize version matching
In order to match the version string, `sed` is used in a couple
cases, and `grep` and `head` in a couple others.
Make the script more consistent and easier to understand by
using the same method, `sed`, for all of them.
This makes the version matching also a bit more strict for
the changed cases, since the strings `rustc ` and `bindgen `
will now be required, which should be fine since `rustc`
complains if one attempts to call it with another program
name, and `bindgen` uses a hardcoded string.
In addition, clarify why one of the existing `sed` commands
does not provide an address like the others.
Reviewed-by: Nathan Chancellor <[email protected]>
Reviewed-by: Masahiro Yamada <[email protected]>
Reviewed-by: Martin Rodriguez Reboredo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions