make-w32
[Top][All Lists]
Advanced

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

Re: win32 paths with spaces


From: Paul D. Smith
Subject: Re: win32 paths with spaces
Date: Sat, 29 Nov 2003 00:34:28 -0500

%% Earnie Boyd <address@hidden> writes:

  eb> If the quoted names where honored, only removing them for the
  eb> filesystem functions it should help.  So if the target or
  eb> dependency begins with a " then the search character becomes a "
  eb> instead of the whitespace.

I think you're greatly oversimplifying this.  Make doesn't know whether
the contents of a variable are file names, arguments, input to some
command, or anything else.  Just assuming that everything inside quotes
should be treated as a single word during make operations that work on
words (like all the make functions, etc.) would be a _gigantic_
backward-incompatibility.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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