Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3977E99F.3165F6A6@cern.ch>
Date: Fri, 21 Jul 2000 08:11:43 +0200
From: "Lassi A. Tuura" <lassi.tuura@cern.ch>
Organization: Northeastern University, Boston, USA
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12-20 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Scott Carter <scarter@emware.com>
CC: "'cygwin@sourceware.cygnus.com'" <cygwin@sourceware.cygnus.com>
Subject: Re: make --win32 incorrectly handles PATH
References: <50028CAE26D1D3118C7F00A0CC50D6252D1E4C@EMWARESERVER>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

You could try something like
  export PATH := $(PATH):$(EXTRA_PATH)
in your makefile.

I would expect that to do the right thing in unixy mode -- not having
the extra space and exporting the changed value to a subprocesses. 
Whether that will actually make it to %PATH% under Win32 I have no idea,
and unfortunately can't test right now...

Using the above in a recursive make may cause your $PATH to get awfully
long.  It could make a difference if you have a long path of unreachable
network shares, or because you might overflow the environment space.

Hope this helps,
//lat
-- 
I think we're in trouble.  --Han Solo

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

