On Thu, Jan 9, 2020 at 9:58 PM Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > On Thu, Jan 9, 2020 at 9:17 PM Andrii Nakryiko <andriin@xxxxxx> wrote: > > > > Fix issues with bpf_helper_defs.h usage in selftests/bpf. As part of that, fix > > the way clean up is performed for libbpf and selftests/bpf. Some for Makefile > > output clean ups as well. > > feature auto-detect and few unnecessary installs are now > happening even when make shouldn't be doing anything. > But overall it's still an improvement. It's because of bpftool dependency. Don't see an easy way around that yet, but I'll keep it on a back-burner... > Applied. Thanks