Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <775BE9D2D47B434B8FA092E0980A3A2C01B29B@improv_server> From: Rami Mehio To: "'CygWin Mailing List'" Subject: RE: Dos Style path in 3.79.1-7 and -5 Date: Tue, 21 May 2002 15:27:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Thanks for the reply. I actually have used many version of Cygwin make that work properly with unexcaped backslashes. It is only recently that things stopped working. Again, i am using the cmd.exe as my shell by invoking make with the --win32 command line argument. I know i could use the forward slashed or even transition to bash, but some of my customers use the scripts with the backslashes. thanks Rami -----Original Message----- From: Johan Bezem [mailto:jbezem AT csksoftware DOT com] Sent: Tuesday, May 21, 2002 12:08 PM To: Rami Mehio Cc: CygWin Mailing List Subject: Re: Dos Style path in 3.79.1-7 and -5 Try using forward slahes like d:/utils/print.exe. I don't think the CygWin version of make has ever been equipped to handle unescaped backslahes. You may also try escaping them, like d:\\utils\\print.exe. Regards, Johan Bezem CSK Software AG Rami Mehio wrote: > > I have been using gnu make 3.79 on win32. The shell i use is cmd.exe. > > I have recently upgraded my cygwin tools including make to 3.79.1-5 (and > subsequently to -7). > > I seems that make no longer recognizes Dos style pathnames. So in a rule, if > i have > > target: > d:\utils\print.exe hello.txt > > if i do > > make target --win32 > > make does not recognize the d:\utils\print.exe path. > > This used to work fine for me before. > > Does anybody know anything about this? > > thanks > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/