linux_dsm_epyc7002/tools/bpf/bpftool
Quentin Monnet 507e590da3 tools: bpftool: unify installation directories
Programs and documentation not managed by package manager are generally
installed under /usr/local/, instead of the user's home directory. In
particular, `man` is generally able to find manual pages under
`/usr/local/share/man`.

bpftool generally follows perf's example, and perf installs to home
directory. However bpftool requires root credentials, so it seems
sensible to follow the more common convention of installing files under
/usr/local instead. So, make /usr/local the default prefix for
installing the binary with `make install`, and the documentation with
`make doc-install`. Also, create /usr/local/sbin if it does not exist.

Note that the bash-completion file, however, is still installed under
/usr/share/bash-completion/completions, as the default setup for bash
does not attempt to load completion files under /usr/local/.

Reported-by: David Beckett <david.beckett@netronome.com>
Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2017-11-30 02:09:29 +01:00
..
bash-completion tools: bpftool: add bash completion for bpftool 2017-10-29 18:37:33 +09:00
Documentation tools: bpftool: unify installation directories 2017-11-30 02:09:29 +01:00
common.c tools: bpftool: show filenames of pinned objects 2017-11-11 12:35:41 +09:00
jit_disasm.c tools: bpf: handle long path in jit disasm 2017-11-02 20:25:27 +09:00
json_writer.c tools: bpftool: add JSON output for bpftool prog dump xlated * command 2017-10-24 01:25:08 +01:00
json_writer.h tools: bpftool: add JSON output for bpftool prog dump xlated * command 2017-10-24 01:25:08 +01:00
main.c tools: bpftool: make error message from getopt_long() JSON-friendly 2017-11-30 02:09:29 +01:00
main.h tools: bpftool: remove spurious line break from error message 2017-11-30 02:09:29 +01:00
Makefile tools: bpftool: unify installation directories 2017-11-30 02:09:29 +01:00
map.c tools: bpftool: optionally show filenames of pinned objects 2017-11-11 12:35:41 +09:00
prog.c bpftool: revert printing program device bound info 2017-11-21 00:37:35 +01:00