diff options
author | Nick Hainke <vincent@systemli.org> | 2022-09-11 08:15:52 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-09-27 16:45:08 +0200 |
commit | a29d3bc48c40c6a2a93ae1806bea2ac26455cdbb (patch) | |
tree | 20c41b1a2a1ebd130584a9612f4f5b2b77367810 /target/llvm-bpf | |
parent | fcaea8b55135ef5db4d7c66230b8a5c4cb263991 (diff) | |
download | upstream-a29d3bc48c40c6a2a93ae1806bea2ac26455cdbb.tar.gz upstream-a29d3bc48c40c6a2a93ae1806bea2ac26455cdbb.tar.bz2 upstream-a29d3bc48c40c6a2a93ae1806bea2ac26455cdbb.zip |
Makefile: fix stray \ warnings with grep-3.8
We simply grep for "/usr". So no need for "-E" or "\/". Furthermore, in
the new grep versions this creates warnings.
As written in the grep-3.8 announcement:
Regular expressions with stray backslashes now cause warnings, as
their unspecified behavior can lead to unexpected results.
For example, '\a' and 'a' are not always equivalent
<https://bugs.gnu.org/39678>.
Fixes warnings in the form of:
grep: warning: stray \ before /
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target/llvm-bpf')
0 files changed, 0 insertions, 0 deletions