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

2007-06-29 Thread J
Follow-up Comment #8, bug #712 (project make): How to other make's handle quoted strings? like NMAKE for example? do any POSIX make's handle quoted strings internally themselves at present? ___ Reply to this item at:

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

2007-06-29 Thread anonymous
Follow-up Comment #7, bug #712 (project make): How about simply: $(notdir "C:\Program Files\Company Name\Binary1.dll" "C:\Program Files\Company Name\Binary2.dll") I think it's pretty clear what should happen here. How hard is it to support quoting properly? After all most shells know how t

Re: [PATCH] "make update" fails because the translation project moved

2007-06-29 Thread Paul Smith
On Fri, 2007-06-29 at 14:28 +0100, Thiemo Seufer wrote: > CVS make currently fails to build because make update fails to fetch > the translation files. Thanks for this note; I had no idea that the site had moved. I'll fix this. --

[PATCH] "make update" fails because the translation project moved

2007-06-29 Thread Thiemo Seufer
Hello All, CVS make currently fails to build because make update fails to fetch the translation files. The appended patch fixes this. I figure ABOUT-NLS README.cvs should be also updated, as they as well refer to the old location. Thiemo 2007-06-29 Thiemo Seufer <[EMAIL PROTECTED]>