From: Steven Rostedt <rostedt@goodmis.org>
To: linux-trace-devel@vger.kernel.org
Subject: [PATCH 2/3] libtracefs: Print installing messages
Date: Tue, 15 Dec 2020 11:40:32 -0500 [thread overview]
Message-ID: <20201215164107.647287878@goodmis.org> (raw)
In-Reply-To: 20201215164030.520449524@goodmis.org
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>
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@goodmis.org>
---
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
next prev parent reply other threads:[~2020-12-15 16:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-15 16:40 [PATCH 0/3] libtracefs: Cleaning up the build Steven Rostedt
2020-12-15 16:40 ` [PATCH 1/3] libtracefs: Move do_install_* macros to utils.mk Steven Rostedt
2020-12-15 16:40 ` Steven Rostedt [this message]
2020-12-15 16:40 ` [PATCH 3/3] libtracefs: Remove KernelShark relics from build Steven Rostedt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201215164107.647287878@goodmis.org \
--to=rostedt@goodmis.org \
--cc=linux-trace-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).