From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx-rz-1.rrze.uni-erlangen.de ([131.188.11.20]:39054 "EHLO mx-rz-1.rrze.uni-erlangen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932996AbbGHKRd (ORCPT ); Wed, 8 Jul 2015 06:17:33 -0400 Message-ID: <559CF8BA.90803@fau.de> Date: Wed, 08 Jul 2015 12:17:30 +0200 From: Andreas Ruprecht MIME-Version: 1.0 Subject: Re: [PATCH 1/2] kconfig: also warn of unhandled characters in statements References: <559BA09A.2030603@fau.de> <20150707144559.GA12760@huvuddator> In-Reply-To: <20150707144559.GA12760@huvuddator> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Ulf Magnusson Cc: Paul Bolle , Valentin Rothberg , rafael.j.wysocki@intel.com, KCONFIG , Kernel Mailing List , hengelein Stefan , linux@dominikbrodowski.net, Michal Marek Hi, On 07/07/2015 16:45, Ulf Magnusson wrote: > > Did you use the (undocumented, obviously :) REGENERATE_PARSERS option, > like 'make menuconfig REGENERATE_PARSERS=1'? It's from > scripts/Makefile.lib. > > The following patch works fine for me from some quick experimentation. > It's against the mainline kernel, as for some reason I can't clone > git://gitorious.org/linux-kconfig/linux-kconfig at the moment. yep, I used that. After some playing around with it, I also submitted a v2 of the patch (although with the '-' still included in the regex for PARAMs), didn't you receive that? (Message-Id: ) and the two patches as replies to the cover letter. They are against yesterday's linux-next. Regards, Andreas