OSDN Git Service

selftests/bpf: Minor cleanups and normalization of Makefile
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 11 Nov 2021 05:36:17 +0000 (21:36 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 12 Nov 2021 00:54:05 +0000 (16:54 -0800)
commitde29e6bbb9ee674d639cd42fe565f28757208614
tree579757c9d924dd27573c0f7300e04c32f77ef0d3
parent6501182c08f76e4118177b42614174547e1bd149
selftests/bpf: Minor cleanups and normalization of Makefile

Few clean ups and single-line simplifications. Also split CLEAN command
into multiple $(RM) invocations as it gets dangerously close to too long
argument list. Make sure that -o <output.o> is used always as the last
argument for saner verbose make output.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211111053624.190580-3-andrii@kernel.org
tools/testing/selftests/bpf/Makefile