Re: [PATCH] kbuild: Don't pass -rR to selftest makefiles

2015-03-10 Thread Michael Ellerman
On Tue, 2015-03-10 at 18:35 -0600, Shuah Khan wrote: > On 03/10/2015 05:49 PM, Michael Ellerman wrote: > > On Tue, 2015-03-10 at 17:39 -0600, Shuah Khan wrote: > >> On 03/10/2015 05:36 PM, Michael Ellerman wrote: > >>> On Mon, 2015-03-09 at 16:49 -0600, Shuah Khan wrote: > On 03/09/2015 08:28

Re: [PATCH] kbuild: Don't pass -rR to selftest makefiles

2015-03-10 Thread Shuah Khan
On 03/10/2015 05:49 PM, Michael Ellerman wrote: > On Tue, 2015-03-10 at 17:39 -0600, Shuah Khan wrote: >> On 03/10/2015 05:36 PM, Michael Ellerman wrote: >>> On Mon, 2015-03-09 at 16:49 -0600, Shuah Khan wrote: On 03/09/2015 08:28 AM, Shuah Khan wrote: > On 03/04/2015 03:19 AM, Michael Ell

Re: [PATCH] kbuild: Don't pass -rR to selftest makefiles

2015-03-10 Thread Michael Ellerman
On Tue, 2015-03-10 at 17:39 -0600, Shuah Khan wrote: > On 03/10/2015 05:36 PM, Michael Ellerman wrote: > > On Mon, 2015-03-09 at 16:49 -0600, Shuah Khan wrote: > >> On 03/09/2015 08:28 AM, Shuah Khan wrote: > >>> On 03/04/2015 03:19 AM, Michael Ellerman wrote: > The makefiles under tools/testi

Re: [PATCH] kbuild: Don't pass -rR to selftest makefiles

2015-03-10 Thread Shuah Khan
On 03/10/2015 05:36 PM, Michael Ellerman wrote: > On Mon, 2015-03-09 at 16:49 -0600, Shuah Khan wrote: >> On 03/09/2015 08:28 AM, Shuah Khan wrote: >>> On 03/04/2015 03:19 AM, Michael Ellerman wrote: The makefiles under tools/testing/selftests are not real kbuild makefiles, they are regul

Re: [PATCH] kbuild: Don't pass -rR to selftest makefiles

2015-03-10 Thread Michael Ellerman
On Mon, 2015-03-09 at 16:49 -0600, Shuah Khan wrote: > On 03/09/2015 08:28 AM, Shuah Khan wrote: > > On 03/04/2015 03:19 AM, Michael Ellerman wrote: > >> The makefiles under tools/testing/selftests are not real kbuild > >> makefiles, they are regular stand alone makefiles. As such they *do* > >> wa

Re: [PATCH] kbuild: Don't pass -rR to selftest makefiles

2015-03-09 Thread Shuah Khan
On 03/09/2015 08:28 AM, Shuah Khan wrote: > On 03/04/2015 03:19 AM, Michael Ellerman wrote: >> The makefiles under tools/testing/selftests are not real kbuild >> makefiles, they are regular stand alone makefiles. As such they *do* >> want all the standard implicit rules and variables defined. >> >>

Re: [PATCH] kbuild: Don't pass -rR to selftest makefiles

2015-03-09 Thread Shuah Khan
On 03/04/2015 03:19 AM, Michael Ellerman wrote: > The makefiles under tools/testing/selftests are not real kbuild > makefiles, they are regular stand alone makefiles. As such they *do* > want all the standard implicit rules and variables defined. > > So before calling those makefiles, filter -rR o

[PATCH] kbuild: Don't pass -rR to selftest makefiles

2015-03-04 Thread Michael Ellerman
The makefiles under tools/testing/selftests are not real kbuild makefiles, they are regular stand alone makefiles. As such they *do* want all the standard implicit rules and variables defined. So before calling those makefiles, filter -rR out of MAKEFLAGS. Without this not all the selftests are b