Re: [PATCH 2/2] kconfig: do not write .config if the content is the same

2019-05-10 Thread Masahiro Yamada
Hi Sam, Geert, On Fri, May 10, 2019 at 4:04 PM Sam Ravnborg wrote: > > Hi Geert/Masahiro. > > On Fri, May 10, 2019 at 08:46:35AM +0200, Geert Uytterhoeven wrote: > > Hi Yamada-san, > > > > On Fri, May 10, 2019 at 8:14 AM Masahiro Yamada > > wrote: > > > Kconfig updates the .config when it exits

Re: [PATCH 2/2] kconfig: do not write .config if the content is the same

2019-05-10 Thread Geert Uytterhoeven
Hi Sam, On Fri, May 10, 2019 at 9:03 AM Sam Ravnborg wrote: > On Fri, May 10, 2019 at 08:46:35AM +0200, Geert Uytterhoeven wrote: > > On Fri, May 10, 2019 at 8:14 AM Masahiro Yamada > > wrote: > > > Kconfig updates the .config when it exits even if its content is > > > exactly the same as

Re: [PATCH 2/2] kconfig: do not write .config if the content is the same

2019-05-10 Thread Masahiro Yamada
On Fri, May 10, 2019 at 3:21 PM Greg KH wrote: > > On Fri, May 10, 2019 at 03:12:05PM +0900, Masahiro Yamada wrote: > > Kconfig updates the .config when it exits even if its content is > > exactly the same as before. Since its timestamp becomes newer than > > that of other build artifacts,

Re: [PATCH 2/2] kconfig: do not write .config if the content is the same

2019-05-10 Thread Sam Ravnborg
Hi Geert/Masahiro. On Fri, May 10, 2019 at 08:46:35AM +0200, Geert Uytterhoeven wrote: > Hi Yamada-san, > > On Fri, May 10, 2019 at 8:14 AM Masahiro Yamada > wrote: > > Kconfig updates the .config when it exits even if its content is > > exactly the same as before. Since its timestamp becomes

Re: [PATCH 2/2] kconfig: do not write .config if the content is the same

2019-05-10 Thread Geert Uytterhoeven
Hi Yamada-san, On Fri, May 10, 2019 at 8:14 AM Masahiro Yamada wrote: > Kconfig updates the .config when it exits even if its content is > exactly the same as before. Since its timestamp becomes newer than > that of other build artifacts, additional processing is invoked, > which is annoying. >

Re: [PATCH 2/2] kconfig: do not write .config if the content is the same

2019-05-10 Thread Greg KH
On Fri, May 10, 2019 at 03:12:05PM +0900, Masahiro Yamada wrote: > Kconfig updates the .config when it exits even if its content is > exactly the same as before. Since its timestamp becomes newer than > that of other build artifacts, additional processing is invoked, > which is annoying. > > -

[PATCH 2/2] kconfig: do not write .config if the content is the same

2019-05-10 Thread Masahiro Yamada
Kconfig updates the .config when it exits even if its content is exactly the same as before. Since its timestamp becomes newer than that of other build artifacts, additional processing is invoked, which is annoying. - syncconfig is invoked to update include/config/auto.conf, etc. -