From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753452AbbE1JfG (ORCPT ); Thu, 28 May 2015 05:35:06 -0400 Received: from lb3-smtp-cloud2.xs4all.net ([194.109.24.29]:57581 "EHLO lb3-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753580AbbE1Jeq (ORCPT ); Thu, 28 May 2015 05:34:46 -0400 Message-ID: <1432805683.8508.45.camel@x220> Subject: Re: [PATCH 3/5] kconfig: Regenerate parser with current Bison prior to making changes From: Paul Bolle To: Josh Triplett Cc: Ingo Molnar , Andrew Morton , "Paul E. McKenney" , Michal Hocko , Vladimir Davydov , Johannes Weiner , Geert Uytterhoeven , Andy Lutomirski , Bertrand Jacquin , "Luis R. Rodriguez" , Iulia Manda , Pranith Kumar , Clark Williams , Mel Gorman , Randy Dunlap , Michal Marek , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Date: Thu, 28 May 2015 11:34:43 +0200 In-Reply-To: <60bb576cd3970c42acdf90336bcd708a8d785af4.1431589089.git.josh@joshtriplett.org> References: <60bb576cd3970c42acdf90336bcd708a8d785af4.1431589089.git.josh@joshtriplett.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-05-14 at 08:35 -0700, Josh Triplett wrote: > Before making changes to the parser, regenerate the parser with current > Bison to avoid mixing those changes with those produced by updating > Bison. You used bison 3.0.2, that's clear from the output. Did you use any command line options? If so, please mention them. Even if not, it might be good to even mention that. (This is entirely self-serving. I hardly ever regenerate the _shipped files so I keep forgetting the invocation of bison, and flex for that matter.) Thanks, Paul Bolle