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

From: Borislav Petkov
Date: Wed Apr 11 2012 - 15:45:14 EST


On Wed, Apr 11, 2012 at 12:19:15PM -0600, David Ahern wrote:
> Does this sequence still work?
>
> cd tools/perf
> make O=/tmp/pbuild
>
> and the O= is honored?

That still works:

$ cd tools/perf/
$ mkdir /tmp/pbuild
$ make O=/tmp/pbuild
MKDIR /tmp/pbuild/arch/x86/util
MKDIR /tmp/pbuild/bench
MKDIR /tmp/pbuild/util
MKDIR /tmp/pbuild/util/ui
MKDIR /tmp/pbuild/util/ui/browsers
PERF_VERSION = 3.4.rc2.28.g7f953

...

CC /tmp/pbuild/util/ui/browsers/map.o
CC /tmp/pbuild/util/ui/helpline.o
CC /tmp/pbuild/util/ui/progress.o
CC /tmp/pbuild/util/ui/util.o
AR /tmp/pbuild/libperf.a
LINK /tmp/pbuild/perf
GEN perf-archive

$ ls -al /tmp/pbuild/*.o | wc -l
22

--
Regards/Gruss,
Boris.

Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach
GM: Alberto Bozzo
Reg: Dornach, Landkreis Muenchen
HRB Nr. 43632 WEEE Registernr: 129 19551
--
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/