Daniel Borkmann
8543e43780
bpf, libbpf: fix quiet install_headers
Both btf.h and xsk.h headers are not installed quietly due to
missing '\' for the call to QUIET_INSTALL. Lets fix it.
Before:
# make install_headers
INSTALL headers
if [ ! -d '''/usr/local/include/bpf' ]; then install -d -m 755 '''/usr/local/include/bpf'; fi; install btf.h -m 644 '''/usr/local/include/bpf';
if [ ! -d '''/usr/local/include/bpf' ]; then install -d -m 755 '''/usr/local/include/bpf'; fi; install xsk.h -m 644 '''/usr/local/include/bpf';
# ls /usr/local/include/bpf/
bpf.h btf.h libbpf.h xsk.h
After:
# make install_headers
INSTALL headers
# ls /usr/local/include/bpf/
bpf.h btf.h libbpf.h xsk.h
Fixes: a493f5f9d8c2 ("libbpf: Install btf.h with libbpf")
Fixes: 379e2014c95b ("libbpf: add xsk.h to install_headers target")
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
2019-03-28 17:01:37 +01:00
..
2018-10-16 12:27:46 -03:00
2019-03-28 17:01:37 +01:00
2019-02-28 07:55:48 +01:00
2018-12-18 12:23:56 -03:00
2018-04-26 13:47:14 -03:00
2019-02-28 16:06:47 -03:00
2016-08-02 16:33:27 -03:00
2018-02-06 18:32:44 -08:00
2017-11-02 11:10:55 +01:00
2019-01-25 15:12:09 +01:00
2018-03-19 13:51:54 -03:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00