bug-gnustep
[Top][All Lists]
Advanced

[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

Attachment: common.make.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]