Re: Parallel building of Linux Kernel is broken

2018-09-10 Thread Masahiro Yamada
Hello Mike, 2018-09-11 1:24 GMT+09:00 Mike Shal : > > It looks like the patch in question changed the default state of the > jobserver tokens to be not inherited. Since this Makefile generates an > included file (auto.conf), the 'make all' invocation creates that file and > then re-invokes itself

Re: Parallel building of Linux Kernel is broken

2018-09-10 Thread Mike Shal
On Mon, Sep 10, 2018 at 4:18 AM Masahiro Yamada < yamada.masah...@socionext.com> wrote: > Hello. > > > Seems no more feedback for this regression report. > > OK, the Linux kernel build system is too complicated. > So, I have come back with a much simpler test-case. > > Here, the test-case is only

Re: Parallel building of Linux Kernel is broken

2018-09-10 Thread Masahiro Yamada
Hello. Seems no more feedback for this regression report. OK, the Linux kernel build system is too complicated. So, I have come back with a much simpler test-case. Here, the test-case is only 2 makefiles, less than 50 lines. Please take a look this problem. As I already reported, the git-bis