From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] check for 'flex' before starting tools build Date: Tue, 11 Oct 2011 14:19:17 +0200 Message-ID: <20111011121917.GA6381@aepfle.de> References: <5a5181b8c31983ff2f46.1318335064@probook.site> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <5a5181b8c31983ff2f46.1318335064@probook.site> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Oct 11, Olaf Hering wrote: > # HG changeset patch > # User Olaf Hering > # Date 1318335031 -7200 > # Node ID 5a5181b8c31983ff2f465f85a41df784a5397ed5 > # Parent 4b0907c6a08c348962bd976c2976257b412408be > check for 'flex' before starting tools build. A similar check should be added for bison. After todays 'hg pull -u' and 'make tools xen', two files were modified: # hg st M tools/libxl/libxlu_disk_l.c M tools/libxl/libxlu_disk_l.h Shouldnt they be generated files in the first place, and not part of the SCM? Olaf