bug-make
[Top][All Lists]
Advanced

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

[bug #712] GNU make can't handle spaces in pathnames


From: anonymous
Subject: [bug #712] GNU make can't handle spaces in pathnames
Date: Sat, 15 Feb 2014 16:23:00 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #14, bug #712 (project make):

One approach to fixing this would be to add a new type of variable that is not
expanded until the very last moment - when the dependency DAG and shell
commands are to be generated. It would not be separated into tokens; rather,
its contents would be treated as a single string that was verbatim
incorporated into the filename or shell command to be used.

This is similar to how the shell supports any shell variable that is expanded
within double quotes not being subject to word splitting and globbing.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?712>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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