diff mbox series

[2/5] libtracefs: Remove obsolete do_install_ld call

Message ID 20201216043921.431779685@goodmis.org (mailing list archive)
State Accepted
Commit 6fda311347b6b3d017393e131431af9648aecee3
Headers show
Series libtracefs: Makefile fixes, add uninstall and fix dependency of libtracefs.pc | expand

Commit Message

Steven Rostedt Dec. 16, 2020, 4:38 a.m. UTC
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 mbox series

Patch

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