|
From: | Dave Hylands |
Subject: | Re: Regarding running shell script from Makefile |
Date: | Mon, 14 May 2007 07:17:56 -0700 |
Whoops - send to the list this time. On 5/14/07, Paul Smith <address@hidden> wrote:
On Mon, 2007-05-14 at 13:20 +0100, Dave Korn wrote: > On 14 May 2007 12:30, Paul Smith wrote: > > On Mon, 14 May 2007 11:52:59 +0100, Dave Korn wrote: > >> export PATH:=/myhome/tools/bin:$PATH
I've also discovered, that under windows, you may have to export both PATH and Path and set them both the same. Some windows machine seem to have Path in their environment and others seem to have PATH. make treats them as different variables (or at least there are sets of compile time options that cause this to happen). I think that when both PATH and Path exist in the environment, then windows just winds up using the first one it encounters. -- Dave Hylands Vancouver, BC, Canada http://www.DaveHylands.com/
[Prev in Thread] | Current Thread | [Next in Thread] |