Commit 94e38c95 authored by Randy Dunlap's avatar Randy Dunlap Committed by Alexei Starovoitov

libbpf: fix typos in Makefile

Capitalize ABI (acronym) and fix spelling of "destination".

Fixes: 70681949 ("libbpf: Improve usability of libbpf Makefile")
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: Andrii Nakryiko <andrii@kernel.org>
Cc: bpf@vger.kernel.org
Cc: Xin Liu <liuxin350@huawei.com>
Link: https://lore.kernel.org/r/20230722065236.17010-1-rdunlap@infradead.orgSigned-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent d3c4db86
...@@ -293,11 +293,11 @@ help: ...@@ -293,11 +293,11 @@ help:
@echo ' HINT: use "V=1" to enable verbose build' @echo ' HINT: use "V=1" to enable verbose build'
@echo ' all - build libraries and pkgconfig' @echo ' all - build libraries and pkgconfig'
@echo ' clean - remove all generated files' @echo ' clean - remove all generated files'
@echo ' check - check abi and version info' @echo ' check - check ABI and version info'
@echo '' @echo ''
@echo 'libbpf install targets:' @echo 'libbpf install targets:'
@echo ' HINT: use "prefix"(defaults to "/usr/local") or "DESTDIR" (defaults to "/")' @echo ' HINT: use "prefix"(defaults to "/usr/local") or "DESTDIR" (defaults to "/")'
@echo ' to adjust target desitantion, e.g. "make prefix=/usr/local install"' @echo ' to adjust target destination, e.g. "make prefix=/usr/local install"'
@echo ' install - build and install all headers, libraries and pkgconfig' @echo ' install - build and install all headers, libraries and pkgconfig'
@echo ' install_headers - install only headers to include/bpf' @echo ' install_headers - install only headers to include/bpf'
@echo '' @echo ''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment