From owner-svn-src-head@FreeBSD.ORG Thu Apr 30 00:41:43 2015 Return-Path: Delivered-To: svn-src-head@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 9BB4CA49; Thu, 30 Apr 2015 00:41:43 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 7BE5B1F11; Thu, 30 Apr 2015 00:41:43 +0000 (UTC) Received: from [192.168.200.207] (unknown [50.136.155.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 3B439193655; Thu, 30 Apr 2015 00:41:41 +0000 (UTC) Message-ID: <55417A43.3080704@ignoranthack.me> Date: Wed, 29 Apr 2015 17:41:39 -0700 From: Sean Bruno Reply-To: sbruno@freebsd.org User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: ngie@freebsd.org CC: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r282260 - head References: <201504300017.t3U0HXgf032607@svn.freebsd.org> <55417856.9020109@ignoranthack.me> <246BD160-EB31-48FD-ADBE-526C198C7937@gmail.com> In-Reply-To: <246BD160-EB31-48FD-ADBE-526C198C7937@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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 00:41:43 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 04/29/15 17:39, Garrett Cooper wrote: > On Apr 29, 2015, at 17:33, Sean Bruno > wrote: > >> Signed PGP part On 04/29/15 17:29, Garrett Cooper wrote: >>> This $PATH doesn’t get used though… >> >> What? As far as I can tell it does. Did I miss something >> obvious? Because if the PATH wasn't working, gperf wouldn't be >> found and the builds for a native-xtools target would fail for >> the gcc ARCH's > > "PATH=${PATH}:${OBJTREE}/gperf_for_gcc/usr/bin” is a standalone > line, without a continuation, so the value should have been > executed in a separate shell instance and doesn’t get inherited in > the environment following it. Here’s an example: > > $ make -f r282260.mk A=B echo A is: $A A is: $ cat r282260.mk all: > A=B echo A is: $$A $ > > Cheers! > Like I said, what am I missing if my broken Make-foo can't possibly work. Isn't PATH global to the Makefile/ENV or something in this contex t? sean -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJVQXpAXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kDJMIAMzH9kPlt0DcL6kl+ttMaQzW wX69V+9a8oJT2ovwF2Ebh2RsI7HMorBMzESEeTEFQPZTqgcBU+B6qC3cc7YMb854 1nVrzd083/dNMk9cJwaFT3fq+VAtgUs78TBiyaXdv9xUlrGn0wSpvGCux2Fpezum JhV1dGnkAOTpeG/TugwW4bt1riG6GmDhlbQmKewDzMEV4gK6aU5zAxeQttq4PlYk 0DkHlD+rm2SqexkG7ZcJ4elDM60GqhCCDDaJMFG+dgPCszdQp+/AoRCNRRinV+p/ IxsddWOF5NuNGHn3HnSTQBE7oAk0zmP9CWjxEgNggO8cbOKzjna/H/8cFXoYJuQ= =ZTlP -----END PGP SIGNATURE-----