Closed dylanorz closed 7 months ago
I just have a request, could you please move
DESTDIR
to the same locations and order (with regards toPREFIX
) as they appear in the Makefile from the kernel repo? The two Makefile are mostly similar, and keeping them as close as possible helps with sync-ups.
I've modified this pr as per your suggestion
If a value is assigned to the variable DESTDIR when compiling bpftool, this variable will be passed to libbpf's Makefile.
In this case, libbpf's header files will be installed in an unexpected directory, causing bpftool to be unable to find the header files.
when run this command
Part of the output is as follows, we can see that the path is wrong