Re: [PATCH] Fix the oldconfig target rule

2018-07-08 Thread Bernd Edlinger
On 07/08/18 12:41, Masahiro Yamada wrote: > 2018-07-08 17:09 GMT+09:00 Bernd Edlinger : >> On 07/08/18 08:31, Bernd Edlinger wrote: >>> The next make after an oldconfig reads in the outdated >>> include/config/auto.conf which can kill the make before >>> it is able to call the syncconfig target. >>

Re: [PATCH] Fix the oldconfig target rule

2018-07-08 Thread Masahiro Yamada
2018-07-08 17:09 GMT+09:00 Bernd Edlinger : > On 07/08/18 08:31, Bernd Edlinger wrote: >> The next make after an oldconfig reads in the outdated >> include/config/auto.conf which can kill the make before >> it is able to call the syncconfig target. >> >> $ make defconfig >> *** Default configuratio

Re: [PATCH] Fix the oldconfig target rule

2018-07-08 Thread Bernd Edlinger
On 07/08/18 08:31, Bernd Edlinger wrote: > The next make after an oldconfig reads in the outdated > include/config/auto.conf which can kill the make before > it is able to call the syncconfig target. > > $ make defconfig > *** Default configuration is based on 'x86_64_defconfig' > $ make > scripts

[PATCH] Fix the oldconfig target rule

2018-07-07 Thread Bernd Edlinger
The next make after an oldconfig reads in the outdated include/config/auto.conf which can kill the make before it is able to call the syncconfig target. $ make defconfig *** Default configuration is based on 'x86_64_defconfig' $ make scripts/kconfig/conf --syncconfig Kconfig Makefile:936: *** "Ca