Re: [PATCH] perf tools: Fix 'make tools/perf'

2013-07-18 Thread Robert Richter
On 18.07.13 13:19:13, Arnaldo Carvalho de Melo wrote: > Em Thu, Jul 18, 2013 at 02:19:24PM +0200, Robert Richter escreveu: > > I noticed you applied the patch to acme/perf/core, but it should be > > instead in urgent since mainline is broken. > > I did it because there are alternative ways to buil

Re: [PATCH] perf tools: Fix 'make tools/perf'

2013-07-18 Thread Arnaldo Carvalho de Melo
Em Thu, Jul 18, 2013 at 02:19:24PM +0200, Robert Richter escreveu: > Arnaldo, > > I noticed you applied the patch to acme/perf/core, but it should be > instead in urgent since mainline is broken. I did it because there are alternative ways to build the tools that don't require this fix, i.e. this

Re: [PATCH] perf tools: Fix 'make tools/perf'

2013-07-18 Thread Robert Richter
Arnaldo, I noticed you applied the patch to acme/perf/core, but it should be instead in urgent since mainline is broken. On 17.07.13 18:10:51, Robert Richter wrote: > On 17.07.13 17:40:01, Borislav Petkov wrote: > > On Wed, Jul 17, 2013 at 12:31:18PM -0300, Arnaldo Carvalho de Melo wrote: > > > H

Re: [PATCH] perf tools: Fix 'make tools/perf'

2013-07-17 Thread Robert Richter
On 17.07.13 17:40:01, Borislav Petkov wrote: > On Wed, Jul 17, 2013 at 12:31:18PM -0300, Arnaldo Carvalho de Melo wrote: > > Humm, probably it will look at the top level 'install' target? There > > was some discussion about this, right? Can you refresh my mind? Yeah, this make tools/perf install

Re: [PATCH] perf tools: Fix 'make tools/perf'

2013-07-17 Thread Borislav Petkov
On Wed, Jul 17, 2013 at 12:31:18PM -0300, Arnaldo Carvalho de Melo wrote: > Humm, probably it will look at the top level 'install' target? There > was some discussion about this, right? Can you refresh my mind? that's make tools/perf_install. which goes to the target in tools/Makefile as the res

Re: [PATCH] perf tools: Fix 'make tools/perf'

2013-07-17 Thread Arnaldo Carvalho de Melo
Em Tue, Jul 16, 2013 at 04:50:36PM +0200, Robert Richter escreveu: > There are other variant of building perf too: > > $ make -C tools perf > $ make -C tools/perf > > Plus variants with O= and DESTDIR set. > > This patch fixes the above and was tested with the following: > > $ make O=... DES

[PATCH] perf tools: Fix 'make tools/perf'

2013-07-16 Thread Robert Richter
t/cx/linux/tools/perf/perf > gcc: error: ../linux/tools/lib/lk/liblk.a: No such file or directory Fix below. -Robert >From ff89180092114191b1871eaa2b6f18d17124b21e Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Tue, 16 Jul 2013 15:46:27 +0200 Subject: [PATCH] perf tools: Fix '