From d71409b5080765935ffb33850aa22d0f1ad88d29 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Tue, 16 Nov 2021 11:22:53 -0800 Subject: [PATCH] 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 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 61b8190..ec97736 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,7 +5,7 @@ ifeq ($(V),1) msg = else 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 LIBBPF_VERSION := $(shell \