mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-08 09:39:07 +08:00
Makefile: don't hide relevant parts of file path
File path has shared vs static path, it's useful to see. So preserve it in pretty output. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
f0ecdeed3a
commit
d71409b508
@@ -5,7 +5,7 @@ ifeq ($(V),1)
|
|||||||
msg =
|
msg =
|
||||||
else
|
else
|
||||||
Q = @
|
Q = @
|
||||||
msg = @printf ' %-8s %s%s\n' "$(1)" "$(notdir $(2))" "$(if $(3), $(3))";
|
msg = @printf ' %-8s %s%s\n' "$(1)" "$(2)" "$(if $(3), $(3))";
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LIBBPF_VERSION := $(shell \
|
LIBBPF_VERSION := $(shell \
|
||||||
|
|||||||
Reference in New Issue
Block a user