Re: [PATCH v3 00/14] Kbuild for perf

2014-10-24 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 24, 2014 at 02:39:54PM +0200, Alexis Berlemont escreveu: > Arnaldo Carvalho de Melo wrote: > > Em Fri, Oct 24, 2014 at 12:28:08AM +0200, Alexis Berlemont escreveu: > > > Hello, > > > > > > Here is a proposal of perf's build process managed by Kbuild: > > > * The file Makefile.perf is

Re: [PATCH v3 00/14] Kbuild for perf

2014-10-24 Thread Alexis Berlemont
Arnaldo Carvalho de Melo wrote: > Em Fri, Oct 24, 2014 at 12:28:08AM +0200, Alexis Berlemont escreveu: > > Hello, > > > > Here is a proposal of perf's build process managed by Kbuild: > > * The file Makefile.perf is replaced by Makefile.kbuild > > * Makefile.kbuild generates a default .config

Re: [PATCH v3 00/14] Kbuild for perf

2014-10-24 Thread Alexis Berlemont
Arnaldo Carvalho de Melo wrote: Em Fri, Oct 24, 2014 at 12:28:08AM +0200, Alexis Berlemont escreveu: Hello, Here is a proposal of perf's build process managed by Kbuild: * The file Makefile.perf is replaced by Makefile.kbuild * Makefile.kbuild generates a default .config file if none

Re: [PATCH v3 00/14] Kbuild for perf

2014-10-24 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 24, 2014 at 02:39:54PM +0200, Alexis Berlemont escreveu: Arnaldo Carvalho de Melo wrote: Em Fri, Oct 24, 2014 at 12:28:08AM +0200, Alexis Berlemont escreveu: Hello, Here is a proposal of perf's build process managed by Kbuild: * The file Makefile.perf is replaced by

Re: [PATCH v3 00/14] Kbuild for perf

2014-10-23 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 24, 2014 at 12:28:08AM +0200, Alexis Berlemont escreveu: > Hello, > > Here is a proposal of perf's build process managed by Kbuild: > * The file Makefile.perf is replaced by Makefile.kbuild > * Makefile.kbuild generates a default .config file if none exists > (allyesconfig) > *

[PATCH v3 00/14] Kbuild for perf

2014-10-23 Thread Alexis Berlemont
Hello, Here is a proposal of perf's build process managed by Kbuild: * The file Makefile.perf is replaced by Makefile.kbuild * Makefile.kbuild generates a default .config file if none exists (allyesconfig) * Makefile.kbuild adapts the .config file according to the features-check tests results

[PATCH v3 00/14] Kbuild for perf

2014-10-23 Thread Alexis Berlemont
Hello, Here is a proposal of perf's build process managed by Kbuild: * The file Makefile.perf is replaced by Makefile.kbuild * Makefile.kbuild generates a default .config file if none exists (allyesconfig) * Makefile.kbuild adapts the .config file according to the features-check tests results

Re: [PATCH v3 00/14] Kbuild for perf

2014-10-23 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 24, 2014 at 12:28:08AM +0200, Alexis Berlemont escreveu: Hello, Here is a proposal of perf's build process managed by Kbuild: * The file Makefile.perf is replaced by Makefile.kbuild * Makefile.kbuild generates a default .config file if none exists (allyesconfig) *