Re: [PATCH 03/26] perf tools: Move arch check into config/Makefile

2013-05-05 Thread Namhyung Kim
On Fri, 26 Apr 2013 18:18:09 +0200, Jiri Olsa wrote: > Namhyung, > if you'd like to check, all changes addressing your comments are in here: > > git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git > perf/core_make > > I'll wait a bit for other comments and resend the patchset later

Re: [PATCH 03/26] perf tools: Move arch check into config/Makefile

2013-05-05 Thread Namhyung Kim
On Fri, 26 Apr 2013 18:18:09 +0200, Jiri Olsa wrote: Namhyung, if you'd like to check, all changes addressing your comments are in here: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/core_make I'll wait a bit for other comments and resend the patchset later Sorry, I

Re: [PATCH 03/26] perf tools: Move arch check into config/Makefile

2013-04-26 Thread Jiri Olsa
On Fri, Apr 26, 2013 at 01:37:09PM +0200, Jiri Olsa wrote: > On Thu, Apr 25, 2013 at 06:15:52PM +0900, Namhyung Kim wrote: > > On Wed, 24 Apr 2013 11:37:30 +0200, Jiri Olsa wrote: > > > Moving arch check into config/Makefile. > > > > > [SNIP] > > > +# include config/Makefile by default and rule

Re: [PATCH 03/26] perf tools: Move arch check into config/Makefile

2013-04-26 Thread Jiri Olsa
On Thu, Apr 25, 2013 at 06:15:52PM +0900, Namhyung Kim wrote: > On Wed, 24 Apr 2013 11:37:30 +0200, Jiri Olsa wrote: > > Moving arch check into config/Makefile. > > > [SNIP] > > +# include config/Makefile by default and rule out > > +# non-config cases > > +config := 1 > > + > > +# standalone

Re: [PATCH 03/26] perf tools: Move arch check into config/Makefile

2013-04-26 Thread Jiri Olsa
On Thu, Apr 25, 2013 at 06:15:52PM +0900, Namhyung Kim wrote: On Wed, 24 Apr 2013 11:37:30 +0200, Jiri Olsa wrote: Moving arch check into config/Makefile. [SNIP] +# include config/Makefile by default and rule out +# non-config cases +config := 1 + +# standalone clean +ifeq

Re: [PATCH 03/26] perf tools: Move arch check into config/Makefile

2013-04-26 Thread Jiri Olsa
On Fri, Apr 26, 2013 at 01:37:09PM +0200, Jiri Olsa wrote: On Thu, Apr 25, 2013 at 06:15:52PM +0900, Namhyung Kim wrote: On Wed, 24 Apr 2013 11:37:30 +0200, Jiri Olsa wrote: Moving arch check into config/Makefile. [SNIP] +# include config/Makefile by default and rule out +#

Re: [PATCH 03/26] perf tools: Move arch check into config/Makefile

2013-04-25 Thread Namhyung Kim
On Wed, 24 Apr 2013 11:37:30 +0200, Jiri Olsa wrote: > Moving arch check into config/Makefile. > [SNIP] > +# include config/Makefile by default and rule out > +# non-config cases > +config := 1 > + > +# standalone clean > +ifeq ($(MAKECMDGOALS),clean) > + config := 0 > endif > -ifeq

Re: [PATCH 03/26] perf tools: Move arch check into config/Makefile

2013-04-25 Thread Namhyung Kim
On Wed, 24 Apr 2013 11:37:30 +0200, Jiri Olsa wrote: Moving arch check into config/Makefile. [SNIP] +# include config/Makefile by default and rule out +# non-config cases +config := 1 + +# standalone clean +ifeq ($(MAKECMDGOALS),clean) + config := 0 endif -ifeq ($(ARCH),x86_64) -

[PATCH 03/26] perf tools: Move arch check into config/Makefile

2013-04-24 Thread Jiri Olsa
Moving arch check into config/Makefile. Signed-off-by: Jiri Olsa Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Paul Mackerras Cc: Corey Ashford Cc: Frederic Weisbecker Cc: Namhyung Kim Cc: Borislav Petkov Cc: Stephane Eranian Cc: Sam Ravnborg Cc: David Ahern ---

[PATCH 03/26] perf tools: Move arch check into config/Makefile

2013-04-24 Thread Jiri Olsa
Moving arch check into config/Makefile. Signed-off-by: Jiri Olsa jo...@redhat.com Cc: Arnaldo Carvalho de Melo a...@ghostprotocols.net Cc: Peter Zijlstra a.p.zijls...@chello.nl Cc: Ingo Molnar mi...@elte.hu Cc: Paul Mackerras pau...@samba.org Cc: Corey Ashford cjash...@linux.vnet.ibm.com Cc: