[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
patch to common.make for cygwin paths
From: |
Stephen Brandon |
Subject: |
patch to common.make for cygwin paths |
Date: |
Mon, 05 Nov 2001 21:41:21 +0000 |
Hi,
There was a bug left in make/common.make when using Windows
paths (c:/GNUstep/...) because common.make tried to check
that it could find $(GNUSTEP_SYSTEM_ROOT) in $PATH. The last
set of Windows patches change this behaviour slightly:
GNUSTEP_SYSTEM_ROOT is allowed to have c:/... style paths,
but the paths get mangled when they are added to PATH so
that the colons don't break the path field separators.
Therefore the check in common.make needs to reflect this.
I've put the patch through a couple of tests on Windows: the
"cygpath" shell command is ONLY called when the path matches
^[a-zA-Z]:
Cheers,
Stephen Brandon
stephen@brandonitconsulting.co.uk
common.make.diff
Description: Text document
- patch to common.make for cygwin paths,
Stephen Brandon <=
- Re: patch to common.make for cygwin paths, Nicola Pero, 2001/11/06
- Re: patch to common.make for cygwin paths, Stephen Brandon, 2001/11/06
- Re: patch to common.make for cygwin paths, Adam Fedor, 2001/11/06
- Re: patch to common.make for cygwin paths, Stephen Brandon, 2001/11/06
- Re: patch to common.make for cygwin paths, Nicola Pero, 2001/11/06
- Re: patch to common.make for cygwin paths, Stephen Brandon, 2001/11/07
- Re: patch to common.make for cygwin paths, Nicola Pero, 2001/11/07
- Re: patch to common.make for cygwin paths, Nicola Pero, 2001/11/08