diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-04-09 12:33:54 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-04-09 12:33:54 -0400 |
commit | 53e5b5c215ce8372250e227f2c9acf9892de8434 (patch) | |
tree | 60d5605a2b294b5d3e47c2f0c83ca265e39c4411 | |
parent | e9e94e3bd862d31777335722e747e97d9821bc1d (diff) |
perf tools: Fix perl support installation when O= is used
We need to create the $O/scripts/perl/Perf-Trace-Util/ directory too.
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r-- | tools/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index f578b05a30eb..57b3569716dd 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -158,6 +158,7 @@ all:: | |||
158 | # Define NO_DWARF if you do not want debug-info analysis feature at all. | 158 | # Define NO_DWARF if you do not want debug-info analysis feature at all. |
159 | 159 | ||
160 | $(shell sh -c 'mkdir -p $(OUTPUT)scripts/python/Perf-Trace-Util/' 2> /dev/null) | 160 | $(shell sh -c 'mkdir -p $(OUTPUT)scripts/python/Perf-Trace-Util/' 2> /dev/null) |
161 | $(shell sh -c 'mkdir -p $(OUTPUT)scripts/perl/Perf-Trace-Util/' 2> /dev/null) | ||
161 | $(shell sh -c 'mkdir -p $(OUTPUT)util/scripting-engines/' 2> /dev/null) | 162 | $(shell sh -c 'mkdir -p $(OUTPUT)util/scripting-engines/' 2> /dev/null) |
162 | $(shell sh -c 'mkdir $(OUTPUT)bench' 2> /dev/null) | 163 | $(shell sh -c 'mkdir $(OUTPUT)bench' 2> /dev/null) |
163 | 164 | ||