Re: [PATCH v5 5/5] tools: Connect to the kernel build system

From: David Ahern
Date: Wed Apr 11 2012 - 14:19:16 EST


On 4/11/12 12:08 PM, Arnaldo Carvalho de Melo wrote:

[acme@sandy linux]$ make -j8 O=/home/git/build/perf tools/perf_install
[acme@sandy linux]$ ls -la tools/perf/*.o | wc -l
22

It should have honoured O=

Can you fix this one please? :)

But that can be on top of this series as the way I use it:

make -j8 -C tools/perf/ O=/home/git/build/perf install

still works as expected.

Does this sequence still work?

cd tools/perf
make O=/tmp/pbuild

and the O= is honored?

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/