[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F85CB23.8030305@gmail.com>
Date: Wed, 11 Apr 2012 12:19:15 -0600
From: David Ahern <dsahern@...il.com>
To: Arnaldo Carvalho de Melo <acme@...radead.org>
CC: Borislav Petkov <bp@...64.org>, Ingo Molnar <mingo@...nel.org>,
Michal Marek <mmarek@...e.cz>, Sam Ravnborg <sam@...nborg.org>,
LKML <linux-kernel@...r.kernel.org>,
Borislav Petkov <borislav.petkov@....com>
Subject: Re: [PATCH v5 5/5] tools: Connect to the kernel build system
On 4/11/12 12:08 PM, Arnaldo Carvalho de Melo wrote:
>> [acme@...dy linux]$ make -j8 O=/home/git/build/perf tools/perf_install
>> [acme@...dy 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists