From: eyal@eyal.emu.id.au (Eyal Lebedinsky)
Subject: gnu-win32: bad path from make
22 Feb 1998 04:58:37 -0800
Message-ID: <34F01DCD.33011258.cygnus.gnu-win32@eyal.emu.id.au>
References: <6oM5KyoppfB@mike.franken.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: gnu-win32@cygnus.com

I use this to set my mingw32 env:
	set PATH=d:\mingw32\bin;%SVPATH%

If I then inspect the path that make passes to commands (say, have 'set'
added to my rule to display the env) I find something like:
	PATH=ath=d;\mingw32\bin;d:\bat;d:\bin;...

As you see, the leading part is destroyed.

Any idea what is going on? So far I simply added a dummy as bait:
	set PATH=d:\bat;d:\mingw32\bin;%SVPATH%

but it is an ugly solution...

--
Eyal Lebedinsky		(eyal@eyal.emu.id.au)
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
