Re: [PATCH 5.0 070/246] kbuild: make -r/-R effective in top Makefile for old Make versions

2019-04-04 Thread Greg Kroah-Hartman
On Thu, Apr 04, 2019 at 06:16:37PM +0900, Masahiro Yamada wrote: > Hi. > > > On Thu, Apr 4, 2019 at 6:11 PM Greg Kroah-Hartman > wrote: > > > > 5.0-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > [ Upstream commit

Re: [PATCH 5.0 070/246] kbuild: make -r/-R effective in top Makefile for old Make versions

2019-04-04 Thread Masahiro Yamada
Hi. On Thu, Apr 4, 2019 at 6:11 PM Greg Kroah-Hartman wrote: > > 5.0-stable review patch. If anyone has any objections, please let me know. > > -- > > [ Upstream commit 3812b8c5c5d527239ac015f1f2c7654da7fcfbba ] Some people complaint about this commit. If you backport this,

[PATCH 5.0 070/246] kbuild: make -r/-R effective in top Makefile for old Make versions

2019-04-04 Thread Greg Kroah-Hartman
5.0-stable review patch. If anyone has any objections, please let me know. -- [ Upstream commit 3812b8c5c5d527239ac015f1f2c7654da7fcfbba ] Adding -rR to MAKEFLAGS is important because we do not want to be bothered by built-in implicit rules or variables. One problem that used