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-26 16:26:32 -07:00
2019-02-19 19:56:26 +11:00
2019-03-01 00:53:45 +01:00
2019-02-14 15:39:21 -03:00
2018-12-07 14:15:00 +08:00
2019-01-08 16:29:52 -07:00
2019-01-22 10:23:18 +01:00
2018-12-28 16:33:08 -03:00
2018-11-11 12:58:27 -08:00
2019-02-11 09:25:01 +01:00
2019-03-16 12:20:08 -07:00
2019-03-06 13:00:16 -07:00
2018-11-27 12:53:44 +01:00
2019-03-28 17:01:37 +01:00
2019-01-21 11:07:04 +01:00
2018-11-20 18:59:00 +01:00
2019-03-10 15:22:03 -07:00
2019-03-14 10:30:06 -07:00
2019-03-27 08:01:25 -07:00
2019-01-04 12:54:49 -03:00
2018-12-19 18:23:49 -05:00
2019-03-05 21:07:20 -08:00
2019-01-08 16:38:36 -07:00