From owner-svn-src-head@FreeBSD.ORG Thu Oct 14 21:09:55 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EADF51065697; Thu, 14 Oct 2010 21:09:55 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id A98588FC0A; Thu, 14 Oct 2010 21:09:55 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:e01f:75a4:f72f:81e2] (unknown [IPv6:2001:7b8:3a7:0:e01f:75a4:f72f:81e2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id C67165C43; Thu, 14 Oct 2010 23:09:54 +0200 (CEST) Message-ID: <4CB771A6.1070103@FreeBSD.org> Date: Thu, 14 Oct 2010 23:09:58 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.12pre) Gecko/20101007 Lanikai/3.1.6pre MIME-Version: 1.0 To: John Baldwin References: <201010141919.o9EJJJIc034032@svn.freebsd.org> <201010141539.23573.jhb@freebsd.org> In-Reply-To: <201010141539.23573.jhb@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Rui Paulo Subject: Re: svn commit: r213845 - head/sys/dev/aic7xxx/aicasm X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2010 21:09:56 -0000 On 2010-10-14 21:39, John Baldwin wrote: > On Thursday, October 14, 2010 3:19:19 pm Rui Paulo wrote: ... >> Revert r213765. This is required because our build infrastructure uses >> the host lex instead of the lex built during buildworld. I will MFC the >> lex changes soon and in a few weeks this I'll commit again r213765. > Can't you make 'lex' a build-tool to workaround this? That will not help for "cd conf/CONF && make kernel", apparently. It will always use the host lex.