Re: Parallel building of Linux Kernel is broken

2018-07-11 Thread Masahiro Yamada
Hi. 2018-07-12 14:13 GMT+09:00 Paul Smith : > On Thu, 2018-07-12 at 13:55 +0900, Masahiro Yamada wrote: >> Please add V=1 to the build command, like this: >> >> $ make -j8 V=1 defconfig all >> >> It will emit _almost_ raw log. > > At this time I don't have the resources to do this. It will take

Re: Parallel building of Linux Kernel is broken

2018-07-11 Thread Paul Smith
On Thu, 2018-07-12 at 13:55 +0900, Masahiro Yamada wrote: > Please add V=1 to the build command, like this: > > $ make -j8 V=1 defconfig all > > It will emit _almost_ raw log. At this time I don't have the resources to do this. It will take me some time if you're going to wait for me. > > Th

Re: Parallel building of Linux Kernel is broken

2018-07-11 Thread Masahiro Yamada
Hi. 2018-07-12 13:37 GMT+09:00 Paul Smith : > On Thu, 2018-07-12 at 10:26 +0900, Masahiro Yamada wrote: >> $ make -j8 defconfig all >> HOSTCC scripts/basic/fixdep >> HOSTCC scripts/kconfig/conf.o >> YACCscripts/kconfig/zconf.tab.c >> LEX scripts/kconfig/zconf.lex.c >> HOSTCC s

Re: Parallel building of Linux Kernel is broken

2018-07-11 Thread Paul Smith
On Thu, 2018-07-12 at 10:26 +0900, Masahiro Yamada wrote: > $ make -j8 defconfig all > HOSTCC scripts/basic/fixdep > HOSTCC scripts/kconfig/conf.o > YACCscripts/kconfig/zconf.tab.c > LEX scripts/kconfig/zconf.lex.c > HOSTCC scripts/kconfig/zconf.tab.o > HOSTLD scripts/kconfi

Parallel building of Linux Kernel is broken

2018-07-11 Thread Masahiro Yamada
Hello GNU Make folks, I am a Linux kernel developer. I think the following commit broke the parallel building of Linux kernel. commit 2b8e3bb23f96c2458818f011593557d3353dade3 Author: Paul Smith Date: Mon Jan 2 14:08:54 2017 -0500 Clean up close-on-exec, particularly with jobserver pi