Commit d8086c3bd3a556e7598c93e5d303f771356adf9f

Authored by Arnaldo Carvalho de Melo
Committed by Greg Kroah-Hartman
1 parent 0b8656414e

perf tools: Install tools/lib/traceevent plugins with install-bin

[ Upstream commit 30a9c6444810429aa2b7cbfbd453ce339baaadbf ]

Those are binaries as well, so should be installed by:

  make -C tools/perf install-bin'

too.

Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Daniel Bristot de Oliveira <bristot@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/n/tip-3841b37u05evxrs1igkyu6ks@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

tools/perf/Makefile.perf
... ... @@ -729,9 +729,9 @@
729 729 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/attr'; \
730 730 $(INSTALL) tests/attr/* '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/attr'
731 731  
732   -install-bin: install-tools install-tests
  732 +install-bin: install-tools install-tests install-traceevent-plugins
733 733  
734   -install: install-bin try-install-man install-traceevent-plugins
  734 +install: install-bin try-install-man
735 735  
736 736 install-python_ext:
737 737 $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'