[PATCH 2/3] libtracefs: Print installing messages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx>

The make install did not show anything being installed. When files are being
installed, they should be printed that they are being installed.

Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
---
 scripts/utils.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/utils.mk b/scripts/utils.mk
index 71985e6a28b1..ad73814c5664 100644
--- a/scripts/utils.mk
+++ b/scripts/utils.mk
@@ -126,6 +126,7 @@ define do_install_mkdir
 endef
 
 define do_install
+	$(print_install)				\
 	$(call do_install_mkdir,$2);			\
 	$(INSTALL) $(if $3,-m $3,) $1 '$(DESTDIR_SQ)$2'
 endef
-- 
2.29.2





[Index of Archives]     [Linux USB Development]     [Linux USB Development]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux