Merge branch 'fixes for bpftool's Makefile'
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 19 Oct 2021 23:38:16 +0000 (16:38 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 19 Oct 2021 23:41:59 +0000 (16:41 -0700)
commit32fa0efab63eb724b4c439117d94be8b77c0bc3c
tree6a1e157b1961b755513a58884cbfaff55cf783c1
parentd51b6b2287ae0c5432f03457a1dbc844e1968d12
parent062e1fc008ded14a637ed9c8631fa31f57534dfc
Merge branch 'fixes for bpftool's Makefile'

Quentin Monnet says:

====================

This set contains one fix for bpftool's Makefile, to make sure that the
headers internal to libbpf are installed properly even if we add more
headers to the relevant Makefile variable in the future (although we'd like
to avoid that if possible).

The other patches aim at cleaning up the output from the Makefile, in
particular when running the command "make" another time after bpftool is
built.
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>