diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-17 16:39:00 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-22 00:14:30 +0100 |
commit | 9aa95bbebb07554ccf6f611ead081f85e1f8b902 (patch) | |
tree | c9e2473e275f6740f03c300cee266008097afcec /include/bpf.mk | |
parent | fcff234fd89e8b24aa3ad2f352ddbb5304c38dc1 (diff) | |
download | upstream-9aa95bbebb07554ccf6f611ead081f85e1f8b902.tar.gz upstream-9aa95bbebb07554ccf6f611ead081f85e1f8b902.tar.bz2 upstream-9aa95bbebb07554ccf6f611ead081f85e1f8b902.zip |
rules: fix broken commitcount on alpine system
To generate commitcount we use grep --max-count. This is not present on
alpine grep and cause wrong generation. Use -m as it's just the short
version of --max-count and more portable.
Fixes: #11200
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit eb7ffeafbfa78235b05abb4ae479376150d7a814)
Diffstat (limited to 'include/bpf.mk')
0 files changed, 0 insertions, 0 deletions