From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.web.de ([212.227.17.11]:64392 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753756Ab3JCAaZ (ORCPT ); Wed, 2 Oct 2013 20:30:25 -0400 Received: from tacticalops.localnet ([93.132.133.153]) by smtp.web.de (mrweb002) with ESMTPSA (Nemesis) id 0Lh6bn-1WDSob1XDL-00oU70 for ; Thu, 03 Oct 2013 02:30:24 +0200 From: Martin Walch Subject: Re: [PATCH 4/4] kconfig: remove unused definition from scanner Date: Thu, 03 Oct 2013 02:30:21 +0200 Message-ID: <1491733.iNaKkFyqph@tacticalops> In-Reply-To: <201310020857.54800.yann.morin.1998@free.fr> References: <6249343.9Mjtul3lu5@tacticalops> <201310020857.54800.yann.morin.1998@free.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: "Yann E. MORIN" , linux-kbuild@vger.kernel.org Cc: Dirk Gouders , Michal Marek , Jiri Kosina , Arve =?ISO-8859-1?Q?Hj=F8nnev=E5g?= , Benjamin Poirier , Wang YanQing , Andrew Morton , Jean Delvare , Kees Cook , linux-kernel@vger.kernel.org On Wednesday 02 October 2013 08:57:54 Yann E. MORIN wrote: > On Wednesday 02 October 2013 08:42:59 Dirk Gouders wrote: > > I think you should also regenerate the scanner and add > > the new zconf.lex.c_shipped to this patch. > > I think sending the re-generated parser as a separate patch helps > in reviewing. Ie. I'd prefer a fifth patch. > > BTW, regenerating the parser can be done with: > make REGENERATE_PARSERS=1 config Actually, I regenerated the scanner. However, the results did not change after applying the patch, because the definition that the patch removes (ws) is not used anywhere. It is only a cleanup. Regenerating the scanner and the parser code with newer versions of flex and bison results in code changes. However, they are not related to the patch, but originate from updates in flex and bison. Therefore I did not see any point in including the regenerated files in this patch set. Of course, if you see any benefit in regenerating the *_shipped files, I can still do so. Regards, Martin Walch --