Re: [PATCH] perf: Build install-man target when installing

2012-10-24 Thread Arnaldo Carvalho de Melo
Em Wed, Oct 24, 2012 at 09:30:46PM +0200, Borislav Petkov escreveu: > On Wed, Oct 24, 2012 at 10:03:16AM -0700, Arnaldo Carvalho de Melo wrote: > > The 'install-man' target will use your check-executable-or-error-out > > stuff, but the main 'install' target will call just 'try-install-man', > > tha

Re: [PATCH] perf: Build install-man target when installing

2012-10-24 Thread Borislav Petkov
On Wed, Oct 24, 2012 at 10:03:16AM -0700, Arnaldo Carvalho de Melo wrote: > The 'install-man' target will use your check-executable-or-error-out > stuff, but the main 'install' target will call just 'try-install-man', > that will not stop the build if there are missing tools to generate > the man p

Re: [PATCH] perf: Build install-man target when installing

2012-10-24 Thread Arnaldo Carvalho de Melo
Em Wed, Oct 24, 2012 at 10:03:16AM -0700, Arnaldo Carvalho de Melo escreveu: > Em Tue, Oct 23, 2012 at 06:39:51AM -0700, Arnaldo Carvalho de Melo escreveu: > > > Ok, how's that: we check the presence of executables on the system and > > > error out if not in the path. I found some helpful make func

Re: [PATCH] perf: Build install-man target when installing

2012-10-24 Thread Arnaldo Carvalho de Melo
Em Tue, Oct 23, 2012 at 06:39:51AM -0700, Arnaldo Carvalho de Melo escreveu: > > Ok, how's that: we check the presence of executables on the system and > > error out if not in the path. I found some helpful make functions in > > config/utilities.mak and decided to reuse them because I'm lazy :) >

Re: [PATCH] perf: Build install-man target when installing

2012-10-23 Thread Arnaldo Carvalho de Melo
Em Tue, Oct 23, 2012 at 01:13:01AM +0200, Borislav Petkov escreveu: > On Mon, Oct 22, 2012 at 07:03:39AM -0700, Arnaldo Carvalho de Melo wrote: > > Em Mon, Oct 22, 2012 at 12:07:19PM +0200, Borislav Petkov escreveu: > > > On Mon, Oct 22, 2012 at 04:25:24PM +0900, Namhyung Kim wrote: > > > > It will

Re: [PATCH] perf: Build install-man target when installing

2012-10-22 Thread Borislav Petkov
On Mon, Oct 22, 2012 at 07:03:39AM -0700, Arnaldo Carvalho de Melo wrote: > Em Mon, Oct 22, 2012 at 12:07:19PM +0200, Borislav Petkov escreveu: > > On Mon, Oct 22, 2012 at 04:25:24PM +0900, Namhyung Kim wrote: > > > It will add additional dependencies of asciidoc, docbook-xsl and/or > > > something

Re: [PATCH] perf: Build install-man target when installing

2012-10-22 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 22, 2012 at 12:07:19PM +0200, Borislav Petkov escreveu: > On Mon, Oct 22, 2012 at 04:25:24PM +0900, Namhyung Kim wrote: > > It will add additional dependencies of asciidoc, docbook-xsl and/or > > something to default perf install command. I don't know it matters > > much, but just wante

Re: [PATCH] perf: Build install-man target when installing

2012-10-22 Thread Borislav Petkov
On Mon, Oct 22, 2012 at 04:25:24PM +0900, Namhyung Kim wrote: > It will add additional dependencies of asciidoc, docbook-xsl and/or > something to default perf install command. I don't know it matters > much, but just wanted to say. What if a user want to install the perf > but the required package

Re: [PATCH] perf: Build install-man target when installing

2012-10-22 Thread Namhyung Kim
Hi, On Sat, 20 Oct 2012 13:16:25 +0200, Borislav Petkov wrote: > On Fri, Sep 28, 2012 at 07:47:07PM +0200, Borislav Petkov wrote: >> From: Borislav Petkov >> >> There's a portion in the "perf list" output refering to the exact >> specification of raw hardware events. Since this description is in

Re: [PATCH] perf: Build install-man target when installing

2012-10-20 Thread Arnaldo Carvalho de Melo
Em Sat, Oct 20, 2012 at 01:16:25PM +0200, Borislav Petkov escreveu: > Ping? Merged it to perf/core, thanks for the patch and the ping, - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] perf: Build install-man target when installing

2012-10-20 Thread Borislav Petkov
Ping? On Fri, Sep 28, 2012 at 07:47:07PM +0200, Borislav Petkov wrote: > From: Borislav Petkov > > There's a portion in the "perf list" output refering to the exact > specification of raw hardware events. Since this description is in > the perf-list manpage, make install-man be built uncondition

[PATCH] perf: Build install-man target when installing

2012-09-28 Thread Borislav Petkov
From: Borislav Petkov There's a portion in the "perf list" output refering to the exact specification of raw hardware events. Since this description is in the perf-list manpage, make install-man be built unconditionally when installing perf tool and change the reference in the "perf list" output