Re: [PATCH] kbuild: add more hints about SUBDIRS replacement

2019-07-06 Thread Masahiro Yamada
On Wed, Jun 26, 2019 at 11:30 PM Sam Ravnborg wrote: > > On Tue, Jun 25, 2019 at 05:51:27PM +0900, Masahiro Yamada wrote: > > Commit 0126be38d988 ("kbuild: announce removal of SUBDIRS if used") > > added a hint about the 'SUBDIRS' replacement, but it was

Re: [PATCH] kbuild: add more hints about SUBDIRS replacement

2019-06-26 Thread Sam Ravnborg
On Tue, Jun 25, 2019 at 05:51:27PM +0900, Masahiro Yamada wrote: > Commit 0126be38d988 ("kbuild: announce removal of SUBDIRS if used") > added a hint about the 'SUBDIRS' replacement, but it was not clear > enough. > > Multiple people sent me similar question

[PATCH] kbuild: add more hints about SUBDIRS replacement

2019-06-25 Thread Masahiro Yamada
Commit 0126be38d988 ("kbuild: announce removal of SUBDIRS if used") added a hint about the 'SUBDIRS' replacement, but it was not clear enough. Multiple people sent me similar questions, patches. https://lkml.org/lkml/2019/1/17/456 I did not mean to suggest M= for buildi

Re: SUBDIRS= replacement

2019-01-17 Thread Christoph Hellwig
On Thu, Jan 17, 2019 at 05:29:21PM +0100, Sam Ravnborg wrote: > Try: > > make -j4 fs/xfs/ > > This is the recommend way to do so. > Let us know if you see problem with this approach. Yes, that seems to work. I think the warning should suggest that as well, as it probably is the more common use

Re: SUBDIRS= replacement

2019-01-17 Thread Sam Ravnborg
Hi Christoph On Thu, Jan 17, 2019 at 03:55:31PM +0100, Christoph Hellwig wrote: > Hi Masahiro, hi Michal, > > I just got this beatiful warning: > > hch@carbon:~/work/xfs$ make -j4 SUBDIRS=fs/xfs > Makefile:189: = WARNING > Makefile:190: 'SUBDIRS' will be removed

SUBDIRS= replacement

2019-01-17 Thread Christoph Hellwig
Hi Masahiro, hi Michal, I just got this beatiful warning: hch@carbon:~/work/xfs$ make -j4 SUBDIRS=fs/xfs Makefile:189: = WARNING Makefile:190: 'SUBDIRS' will be removed after Linux 5.3 Makefile:191: Please use 'M=' or 'KBUILD_EXTMOD' instead Makefile:192: