Re: [RFC PATCH 1/1] kconfig: drop localization support

2018-05-24 Thread Sam Ravnborg
Hi Masahiro > > When I applied this, I added the following fix-up. > > > > diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore > index 54266f3..0aabc1d 100644 > --- a/scripts/kconfig/.gitignore > +++ b/scripts/kconfig/.gitignore > @@ -2,7 +2,6 @@ > # Generated files > # > *

Re: [RFC PATCH 1/1] kconfig: drop localization support

2018-05-24 Thread Masahiro Yamada
Hi Sam, 2018-05-23 13:46 GMT+09:00 Sam Ravnborg : > Hi Masahiro. > >> > Ulf Magnusson originally mentioned this removal some time ago. >> > >> > So, here is his tag. >> > Suggested-by: Ulf Magnusson > Added. > >> PHONY += xconfig gconfig menuconfig config syncconfig update-po-config \ >> l

Re: [RFC PATCH 1/1] kconfig: drop localization support

2018-05-22 Thread Sam Ravnborg
Hi Masahiro. > > Ulf Magnusson originally mentioned this removal some time ago. > > > > So, here is his tag. > > Suggested-by: Ulf Magnusson Added. > PHONY += xconfig gconfig menuconfig config syncconfig update-po-config \ > localmodconfig localyesconfig > > > The 'update-po-config' is le

Re: [RFC PATCH 1/1] kconfig: drop localization support

2018-05-22 Thread Masahiro Yamada
2018-05-23 10:40 GMT+09:00 Masahiro Yamada : > 2018-05-23 4:49 GMT+09:00 Sam Ravnborg : >> From b243b06da1417efe01ca7041371f4597584f8a10 Mon Sep 17 00:00:00 2001 >> From: Sam Ravnborg >> Date: Tue, 22 May 2018 21:36:12 +0200 >> Subject: [PATCH 1/1] kconfig: drop localization support >> >> The loca

Re: [RFC PATCH 1/1] kconfig: drop localization support

2018-05-22 Thread Masahiro Yamada
2018-05-23 4:49 GMT+09:00 Sam Ravnborg : > From b243b06da1417efe01ca7041371f4597584f8a10 Mon Sep 17 00:00:00 2001 > From: Sam Ravnborg > Date: Tue, 22 May 2018 21:36:12 +0200 > Subject: [PATCH 1/1] kconfig: drop localization support > > The localization support is broken and appears unused. > Ther