linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-trace-devel@vger.kernel.org
Subject: [PATCH 2/5] libtracefs: Remove obsolete do_install_ld call
Date: Tue, 15 Dec 2020 23:38:54 -0500	[thread overview]
Message-ID: <20201216043921.431779685@goodmis.org> (raw)
In-Reply-To: 20201216043852.168982058@goodmis.org

From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

Now that there's a test to install the ld.so.conf.d config file only if
needed, remove the unused do_install_ld references and the variables it
used. As do_install_ld is not even defined.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
 Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile b/Makefile
index 92e682b68b40..5094966f4d06 100644
--- a/Makefile
+++ b/Makefile
@@ -89,8 +89,6 @@ HELP_DIR_SQ = '$(subst ','\'',$(HELP_DIR))'
 #' emacs highlighting gets confused by the above escaped quote.
 
 BASH_COMPLETE_DIR ?= $(etcdir)/bash_completion.d
-LD_SO_CONF_DIR ?= $(etcdir)/ld.so.conf.d
-TRACE_LD_FILE ?= trace.conf
 
 # copy a bit from Linux kbuild
 
@@ -242,7 +240,6 @@ install_libs: libs install_pkgconfig
 	$(Q)$(call do_install,$(LIBTRACEFS_SHARED),$(libdir_SQ)); \
 		cp -fpR $(LIB_INSTALL) $(DESTDIR)$(libdir_SQ)
 	$(Q)$(call do_install,$(src)/include/tracefs.h,$(includedir_SQ))
-	$(Q)$(call do_install_ld,$(TRACE_LD_FILE),$(LD_SO_CONF_DIR),$(libdir_SQ))
 	$(Q)$(call install_ld_config)
 
 install: install_libs
-- 
2.29.2



  parent reply	other threads:[~2020-12-16  4:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-16  4:38 [PATCH 0/5] libtracefs: Makefile fixes, add uninstall and fix dependency of libtracefs.pc Steven Rostedt
2020-12-16  4:38 ` [PATCH 1/5] libtracefs: Have etcdir always be at the root directory Steven Rostedt
2020-12-16  4:38 ` Steven Rostedt [this message]
2020-12-16  4:38 ` [PATCH 3/5] libtracefs: Add make uninstall Steven Rostedt
2020-12-16  4:38 ` [PATCH 4/5] libtracefs: Update libtracefs.pc if prefix is different Steven Rostedt
2020-12-16  4:38 ` [PATCH 5/5] libtracefs: Keep build_install file around 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=20201216043921.431779685@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).