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)
commit2cc51d34d93c9cf76128da6535a2a0a38c9faddb
treea8b61965b87c8d0b59f36a6d4c73d796351039c8
parent292e1d73b125d7a3fd7ff382557e003ece3c0d65
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