| 06e704bb | 10-Mar-2025 |
Trevor Gross <[email protected]> |
Change the range syntax that is giving `ctest` problems
`ctest` is iffy about whether or not it accepts `..=` syntax, and I can't figure out what makes it decide whether or not to accept it and some
Change the range syntax that is giving `ctest` problems
`ctest` is iffy about whether or not it accepts `..=` syntax, and I can't figure out what makes it decide whether or not to accept it and sometimes random changes seem to make things fail, so just replace the syntax.
This is simpler anyway, and closer matches the upstream definition [1].
Link: https://github.com/torvalds/linux/blob/80e54e84911a923c40d7bee33a34c1b4be148d7a/Makefile#L1316 [1]
(backport <https://github.com/rust-lang/libc/pull/4311>) (cherry picked from commit 1779f14a0ea8bb663e1e220f006f88284fe5e1b3)
show more ...
|