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: Thu, 27 Nov 2003 08:19:01 -0500

%% address@hidden writes:

  j> Are there any plans for future support of filenames with spaces?

No solid plans.  I have an idea on how to do it but it could cause
incompatibilities in some areas.

The problem is that it's virtually impossible to do this using a
traditional escape mechanism.  When you consider all the ways variable
values are interpreted, get their values, all the different make
functions, etc. it's a daunting situation.  Fundamentally, the entire
syntax of make (not just GNU make: even the POSIX standard for make) is
"word based" and is not friendly to spaces inside a filename.

-- 
-------------------------------------------------------------------------------
 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]