oracle / bpftune

bpftune uses BPF to auto-tune Linux systems
Other
659 stars 56 forks source link

fix bpftune Makefile to support parallel make #34

Closed alan-maguire closed 1 year ago

alan-maguire commented 1 year ago

make -j6 was failing; turns out we were bundling making of legacy and non-legacy objects in the same targets. it is better to split these into separate targets and add dependencies for all. with this change in place "make -j6" succeeds.

Reported-by: https://github.com/srcshelton