From owner-svn-src-all@FreeBSD.ORG Tue May 5 10:37:25 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DA6F4A4; Tue, 5 May 2015 10:37:25 +0000 (UTC) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id 6A1D11DF8; Tue, 5 May 2015 10:37:25 +0000 (UTC) Received: from bender (host81-149-102-120.in-addr.btopenworld.com [81.149.102.120]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id 5C116D7A6E; Tue, 5 May 2015 10:36:47 +0000 (UTC) Date: Tue, 5 May 2015 11:36:43 +0100 From: Andrew Turner To: Andrew Turner Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r282470 - head/sys/boot/efi/loader Message-ID: <20150505113643.3e0101ee@bender> In-Reply-To: <201505051033.t45AX07f098723@svn.freebsd.org> References: <201505051033.t45AX07f098723@svn.freebsd.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2015 10:37:25 -0000 On Tue, 5 May 2015 10:33:00 +0000 (UTC) Andrew Turner wrote: > Author: andrew > Date: Tue May 5 10:32:59 2015 > New Revision: 282470 > URL: https://svnweb.freebsd.org/changeset/base/282470 > > Log: > When cross-building ${LIBSTAND} may be set to the host copy. Point > to the version built with the toolchain. > > Differential Revision: https://reviews.freebsd.org/D2312 > Submitted by: jhb This should be "Reviewed by: jhb" Andrew