linux/tools/perf
Kusanagi Kouichi ecafda60e8 perf tools: Fix build error on read only source.
Parts of the build process were generating files outside the specified
O= directory, causing the build to fail on systems where the sources are
in a read only file system.

Fix it by using $(OUTPUT) on these locations.

Also check that $(OUTPUT) actually exists, just like the top level
kernel Makefile does. Otherwise the failure message emitted is
completely misleading.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <20100817140841.0859362C03A@msa106.auone-net.jp>
Signed-off-by: Kusanagi Kouichi <slash@ac.auone-net.jp>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2010-08-18 13:32:37 -03:00
..
Documentation
arch Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2010-08-06 09:30:52 -07:00
bench
scripts
util perf annotate tui: Fix exit and RIGHT keys handling 2010-08-16 10:43:54 -03:00
.gitignore
CREDITS
MANIFEST
Makefile perf tools: Fix build error on read only source. 2010-08-18 13:32:37 -03:00
builtin-annotate.c perf annotate: Sort by hottest lines in the TUI 2010-08-10 16:11:42 -03:00
builtin-bench.c
builtin-buildid-cache.c
builtin-buildid-list.c
builtin-diff.c
builtin-help.c
builtin-inject.c
builtin-kmem.c
builtin-kvm.c
builtin-list.c
builtin-lock.c
builtin-probe.c
builtin-record.c
builtin-report.c perf report: Speed up exit path 2010-08-05 19:46:47 -03:00
builtin-sched.c
builtin-stat.c
builtin-test.c
builtin-timechart.c perf timechart: Adjust confusing if indentation 2010-08-05 19:38:02 -03:00
builtin-top.c
builtin-trace.c perf trace: Clean up #includes 2010-08-05 19:38:02 -03:00
builtin.h
command-list.txt
design.txt
feature-tests.mak perf tools: Fix build error on read only source. 2010-08-18 13:32:37 -03:00
perf-archive.sh
perf.c
perf.h