From owner-svn-src-head@FreeBSD.ORG Thu Apr 30 03:20:20 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AF42EBA for ; Thu, 30 Apr 2015 03:20:20 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4418E1294 for ; Thu, 30 Apr 2015 03:20:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t3U3KKhL045004 for ; Thu, 30 Apr 2015 03:20:20 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t3U3KKVD045000 for svn-src-head@freebsd.org; Thu, 30 Apr 2015 03:20:20 GMT (envelope-from bdrewery) Received: (qmail 27648 invoked from network); 29 Apr 2015 22:20:17 -0500 Received: from unknown (HELO blah) (freebsd@shatow.net@10.10.1.90) by sweb.xzibition.com with ESMTPA; 29 Apr 2015 22:20:17 -0500 Message-ID: <55419F71.9080505@FreeBSD.org> Date: Wed, 29 Apr 2015 22:20:17 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Sean Bruno , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r282265 - head References: <201504300208.t3U28a8S087789@svn.freebsd.org> In-Reply-To: <201504300208.t3U28a8S087789@svn.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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, 30 Apr 2015 03:20:20 -0000 On 4/29/15 9:08 PM, Sean Bruno wrote: > Author: sbruno > Date: Thu Apr 30 02:08:36 2015 > New Revision: 282265 > URL: https://svnweb.freebsd.org/changeset/base/282265 > > Log: > Setting PATH to anything is useless as a bare command. Its only relevant > if its set in the environement of each command seperately. > > Move the PATH setting to the NXBMAKE variable so its picked up to find > the one-off gperf build for the native-xtools target. > > Pointed Out by: ngie > Thanks. This does fix the cross-build native-xtools build for me for gperf. -- Regards, Bryan Drewery