[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Environment variables in makefiles with DOS
From: |
Eli Zaretskii |
Subject: |
Re: Environment variables in makefiles with DOS |
Date: |
Fri, 18 May 2007 18:22:41 +0300 |
> Date: Fri, 18 May 2007 14:33:37 +0000
> From: Greg Chicares <address@hidden>
>
> Might this provide the optimal answer to the recurring questions
> about paths with embedded blanks?
>
> $(dospath name...)
> Return an alias for file 'name'. On systems that encourage
> embedding blanks in paths, and provide an alias with no blanks,
> return that alias if available; otherwise, return the argument.
> All characters in 'name' are treated as part of a single argument,
> so this function can even accommodate a name like "a, b, c".
Yikes! I'd prefer a general solution that would work on other
platforms as well, not only on DOS/Windows. After all, file names
with blanks find their way into Posix platforms also.
- Environment variables in makefiles with DOS, Graham Labdon, 2007/05/17
- Re: Environment variables in makefiles with DOS, Paul Smith, 2007/05/17
- Re: Environment variables in makefiles with DOS, Earnie Boyd, 2007/05/17
- Re: Environment variables in makefiles with DOS, Eli Zaretskii, 2007/05/17
- Re: Environment variables in makefiles with DOS, Earnie Boyd, 2007/05/18
- Re: Environment variables in makefiles with DOS, Greg Chicares, 2007/05/18
- Re: Environment variables in makefiles with DOS,
Eli Zaretskii <=
- Re: Environment variables in makefiles with DOS, Earnie Boyd, 2007/05/18
- Re: Environment variables in makefiles with DOS, Paul Smith, 2007/05/19
- Re: Environment variables in makefiles with DOS, Earnie Boyd, 2007/05/19
- Re: Environment variables in makefiles with DOS, Earnie Boyd, 2007/05/18
- Re: Environment variables in makefiles with DOS, Jon Grant, 2007/05/19
Re: Environment variables in makefiles with DOS, John Graham-Cumming, 2007/05/18