Isn't this more relevant?  (Quoting from here on.)

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul D. Smith
Sent: Saturday, November 25, 2006 14:09
To: Paul D. Smith; [EMAIL PROTECTED]; bug-make@gnu.org
Subject: [bug #18369] pattern rules don't work with spaces in filenames


Update of bug #18369 (project make):

                  Status:                    None => Duplicate              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

The short answer is, GNU make doesn't handle filenames with spaces in them. 
Make is really not a filename manipulator, it's a string parser.  And it uses
whitespace to delimit strings in all aspects of its implementation and
behavior.

Anyway, this is a duplicate of bug #712
-------------------------------------
Martin's Outlook, BlueArc Engineering


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Grant
Sent: Thursday, November 30, 2006 13:26
To: Dan Jacobson
Cc: bug-make@gnu.org
Subject: Re: can't get far if file has difficult name

Hi

Dan Jacobson elucidated on 30/11/06 17:14:
> $ cat Makefile
> .PRECIOUS:.%.time
> %.t:.%.time;
> .%.time:%
>       bla bla bla
> $ ls -1
> Makefile
> 霧峰-桐林(有經朝陽科技大學) - Wufeng-Tonglin (Via Zhaoyang Technical University)
> 
> Well, no amount of quoting will enable me to
> $ make '霧峰-桐林(有經朝陽科技大學) - Wufeng-Tonglin (Via Zhaoyang Technical 
> University)'.t
> make: *** No rule to make target ...

If those Asian characters are a filename you need to specify -f filename
 when you call make if you would like to process that file.

Otherwise if you would like to process your "Makefile" Just call "make"
with no arguments.

Cheers
Jon


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


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

Reply via email to