[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #12126] Backslashes for escaping colons in dependencies are not rem
From: |
Paul D. Smith |
Subject: |
[bug #12126] Backslashes for escaping colons in dependencies are not removed |
Date: |
Sun, 04 Mar 2012 17:00:37 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11 |
Update of bug #12126 (project make):
Status: None => Fixed
Assigned to: None => psmith
Open/Closed: Open => Closed
Fixed Release: None => CVS
_______________________________________________________
Follow-up Comment #3:
The basic functionality is fixed: if you escape the colon it will work now.
The return value of $(wildcard ...) is a whole other problem. The issue is we
can't have wildcard always quote the colons in its return value because
depending on the context you may not want the quote. This is similar to the
problems we have with whitespace in filenames and I suspect that the solution,
when we implement it, will encompass both.
I think you can fake it by using subst to change a ":" to a ":" in situations
where that's needed...?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?12126>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #12126] Backslashes for escaping colons in dependencies are not removed,
Paul D. Smith <=