]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Conform selftests/bpf Makefile output to libbpf and bpftool
authorAndrii Nakryiko <andriin@fb.com>
Mon, 13 Jan 2020 07:31:40 +0000 (23:31 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 14 Jan 2020 01:48:13 +0000 (17:48 -0800)
commit921e75ed0e4f5ff371ead4de1fb289282df550a9
treea8b61965b87c8d0b59f36a6d4c73d796351039c8
parentb9be1ce12772cc4f1ceec03f1703e34d5a5c146b
selftests/bpf: Conform selftests/bpf Makefile output to libbpf and bpftool

Bring selftest/bpf's Makefile output to the same format used by libbpf and
bpftool: 2 spaces of padding on the left + 8-character left-aligned build step
identifier.

Also, hide feature detection output by default. Can be enabled back by setting
V=1.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200113073143.1779940-4-andriin@fb.com
tools/testing/selftests/bpf/Makefile