bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: whitespaces in filenames [was: bug in $(wildcard) on Windows?]


From: Boris Kolpackov
Subject: Re: whitespaces in filenames [was: bug in $(wildcard) on Windows?]
Date: Fri, 18 Mar 2005 14:25:07 +0000 (UTC)
User-agent: nn/6.6.5+RFC1522

"Paul D. Smith" <address@hidden> writes:

>   * A new method for encoding strings would need to be found.  Maybe
>     something like $[...] where "..." would be encoded.  This part is
>     tricky and needs to be considered carefully.

Is this really necessary? Can't we just say that if someone wants say
a space be interpreted as space they just escape it, e.g.:

my\ file\ full\ of\ spaces: dollar\$ign
        ...

Make "preprocessor" will translate those into special chars when
makefile is read and translate them back when such strings are
passed outside.

> There is a huge amount of work to get this to happen, though, and the
> interface for the encoding needs to be thought out.

Also it would be nice to think about how this feature is going to
play with guile (i.e., could there will be an overlap).


-boris





reply via email to

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