]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-tools-makefile-improvements'
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 9 Mar 2018 09:23:00 +0000 (10:23 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 9 Mar 2018 09:23:01 +0000 (10:23 +0100)
commit60ea41fd118aa2726afd0841a70549b61e9f4e36
tree0e32592874a4fdf352ab5c1a5291dec681e94f42
parentdb1b7a1333bb0df845eee054f7282cc1d3955dfa
parent4591a50c612133cd301aead083cec9d28ded2516
Merge branch 'bpf-tools-makefile-improvements'

Jiri Benc says:

====================
Currently, 'make bpf' in the tools/ directory does not provide the
standard quiet output except for bpftool (which is however listed
with a wrong directory). Worse, it does not respect the build output
directory.

The 'make bpf_install' does not work as one would expect, either.
It installs unconditionally to /usr/bin without respecting DESTDIR
and prefix.

This patchset improves that behavior.
====================

Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>