From: Jiri Olsa Date: Thu, 5 Dec 2013 11:13:54 +0000 (+0100) Subject: tools/perf/build: Fix install dependency X-Git-Tag: firefly_0821_release~176^2~4647^2~16 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=789790791ad254408267eb6a216ae7a90973c05a;p=firefly-linux-kernel-4.4.55.git tools/perf/build: Fix install dependency The traceevents-plugins install targets needs a proper dependency, otherwise it might be executed prematurely and in parallel to an actual build. Signed-off-by: Jiri Olsa Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Namhyung Kim Cc: David Ahern Link: http://lkml.kernel.org/n/tip-rvlbzena4ovzgqiPm6teBofz@git.kernel.org Signed-off-by: Ingo Molnar --- diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index ca3b87d5389a..9a8cf376f874 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -722,7 +722,7 @@ $(LIBTRACEEVENT)-clean: $(call QUIET_CLEAN, libtraceevent) @$(MAKE) -C $(TRACE_EVENT_DIR) O=$(OUTPUT) clean >/dev/null -install-traceevent-plugins: +install-traceevent-plugins: $(LIBTRACEEVENT) $(QUIET_SUBDIR0)$(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) install_plugins LIBLK_SOURCES = $(wildcard $(LK_PATH)*.[ch])