On Wed, Aug 5, 2020 at 11:27 PM John Fastabend <john.fastab...@gmail.com> wrote: > > Andrii Nakryiko wrote: > > runqslower's Makefile is building/installing bpftool into > > $(OUTPUT)/sbin/bpftool, which coincides with $(DEFAULT_BPFTOOL). In practice > > this means that often when building selftests from scratch (after `make > > clean`), selftests are racing with runqslower to simultaneously build > > bpftool > > and one of the two processes fail due to file being busy. Prevent this race > > by > > explicitly order-depending on $(BPFTOOL_DEFAULT). > > > > Fixes: a2c9652f751e ("selftests: Refactor build to remove tools/lib/bpf > > from include path") > > Signed-off-by: Andrii Nakryiko <andr...@fb.com> > > --- > > Acked-by: John Fastabend <john.fastab...@gmail.com>
Applied. Thanks