[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 3.81 and windows paths
From: |
Paul D. Smith |
Subject: |
Re: 3.81 and windows paths |
Date: |
Fri, 28 Jul 2006 10:31:03 -0400 |
%% "John W. Eaton" <address@hidden> writes:
jwe> On 28-Jul-2006, Paul D. Smith wrote:
| Regardless, I still wonder whether my idea of building make for a POSIX
| environment with Cygwin, but setting HAVE_DOS_PATHS explicitly, would
| work.
jwe> If this could cause some valid Makefiles to do the wrong thing as
jwe> cgf suggests might happen,
Hm. I don't think I saw that message?
Certainly there are obscure cases where enabling DOS path support will
behave differently, but they're pretty rare I believe. Is this a Cygwin
thing?
jwe> then can we at least make the behavior optional, perhaps with a
jwe> command line option or magic target (maybe
jwe> ".WINDOWS_FILENAMES:")?
This would be very tricky: right now all the code to do DOS vs. POSIX
pathnames is controlled through #ifdefs, so it's a compile-time thing.
Changing it to a runtime thing would be a lot of work, I think... the
#ifdeffing in GNU make is kind of a mess, with all the different ports
we support.
Honestly, I don't see a lot of benefit to it. On a Windows system, even
in Cygwin, I would assume that everyone would always expect anything
that looked like a Windows pathname to be treated like a Windows
pathname. We're not talking about enabling this support on UNIX, just
in Cygwin.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Re: 3.81 and windows paths, (continued)
- Re: 3.81 and windows paths, Paul D. Smith, 2006/07/27
- Re: 3.81 and windows paths, Eli Zaretskii, 2006/07/28
- Re: 3.81 and windows paths, Christopher Faylor, 2006/07/28
- Re: 3.81 and windows paths, Michael Eager, 2006/07/28
- Re: 3.81 and windows paths, mwoehlke, 2006/07/28
- Re: 3.81 and windows paths, Paul D. Smith, 2006/07/28
- Re: 3.81 and windows paths, Christopher Faylor, 2006/07/28
- Re: 3.81 and windows paths, Paul D. Smith, 2006/07/28
- Re: 3.81 and windows paths, Eli Zaretskii, 2006/07/29
- Re: 3.81 and windows paths, John W. Eaton, 2006/07/28
- Re: 3.81 and windows paths,
Paul D. Smith <=
- Re: 3.81 and windows paths, Chris Taylor, 2006/07/28
- Re: 3.81 and windows paths, John W. Eaton, 2006/07/28
- Re: 3.81 and windows paths, John W. Eaton, 2006/07/28
- Re: 3.81 and windows paths, Paul D. Smith, 2006/07/28
Re: 3.81 and windows paths, Jon Grant, 2006/07/27