Messages in this thread |  | | From | Ulf Magnusson <> | Date | Mon, 9 Oct 2017 00:25:10 +0200 | Subject | Re: [PATCH 6/6] kconfig: Regenerate parser |
| |
On Sun, Oct 8, 2017 at 7:11 PM, Ulf Magnusson <ulfalizer@gmail.com> wrote: > After the parsing memory leak fixes. > > Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com> > --- > scripts/kconfig/zconf.tab.c_shipped | 562 +++++++++++++++++++----------------- > 1 file changed, 294 insertions(+), 268 deletions(-) > > diff --git a/scripts/kconfig/zconf.tab.c_shipped b/scripts/kconfig/zconf.tab.c_shipped > index a22b285..d513857 100644 > --- a/scripts/kconfig/zconf.tab.c_shipped > +++ b/scripts/kconfig/zconf.tab.c_shipped ... > -- > 2.7.4 >
...though the parser should really be regenerated manually to be sure it matches zconf.y:
$ make REGENERATE_PARSERS=1 conf
Cheers, Ulf
|  |