OSDN Git Service

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)
commit75a141af68c5507727e0f4c41f8e3dd54de96fed
tree0e32592874a4fdf352ab5c1a5291dec681e94f42
parent12ef9bda06a5536fc377bab636074848799d7749
parentef8ba83b7cf6c530fbb2c83cf87f9755b8424a84
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>