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/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to