From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] hg ignore libxl lex/yacc detritus Date: Wed, 21 Jul 2010 18:02:07 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Dan Magenheimer , Ian Jackson Cc: "xen-devel@lists.xensource.com" , Stabellini Stefano List-Id: xen-devel@lists.xenproject.org On 21/07/2010 17:59, "Keir Fraser" wrote: > So, really, it may be we either need to remove the checked-in generated > files, or comment out the rules that build those generated files. Because we > can't rely on the file modification times being 'right' in a fresh checkout. My preference would be to delete the checked-in generated files. Then either declare old flex/bison to be simply unsupported, or avoid depending on whatever feature it is that is not supported in those old flex/bison versions. Checking in the generated output is a cheap hack workaround. -- keir