From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> 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@xxxxxxxxxxx> --- Makefile | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.29.2