diff mbox series

[1/2] libtracefs: Remove Makfefile targets that reference "gui"

Message ID 20201216215804.410318118@goodmis.org (mailing list archive)
State Accepted
Commit 353c8c91cc086a99342b7e62712aa88a7b6c3b98
Headers show
Series libtracefs: Remove gui references and do not fail make clean | expand

Commit Message

Steven Rostedt Dec. 16, 2020, 9:57 p.m. UTC
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

libtracefs was taken from trace-cmd which held kernelshark at the time, and
to build kernelshark, "make gui" and other targets were used. These were
mistakenly copied over to the Makefile to build the stand alone libtracefs.
Remove them.

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

Patch

diff --git a/Makefile b/Makefile
index 47ac4f5e8c8c..daaf347966b9 100644
--- a/Makefile
+++ b/Makefile
@@ -253,19 +253,12 @@  install_pkgconfig: $(PKG_CONFIG_FILE)
 
 doc:
 	$(MAKE) -C $(src)/Documentation all
-doc_gui:
-	$(MAKE) -C $(kshark-dir)/Documentation all
-
 
 doc_clean:
 	$(MAKE) -C $(src)/Documentation clean
-doc_gui_clean:
-	$(MAKE) -C $(kshark-dir)/Documentation clean
 
 install_doc:
 	$(MAKE) -C $(src)/Documentation install
-install_doc_gui:
-	$(MAKE) -C $(kshark-dir)/Documentation install
 
 define build_uninstall_script
 	$(Q)mkdir $(BUILD_OUTPUT)/tmp_build