Re: cygwin 1.7.35 absolute/relative path bug

2015-03-17 Thread Corinna Vinschen
On Mar 17 18:23, Dmitry Bely wrote: > Corinna, > > Thanks, your snapshot works for me. Good to know, thanks for your feedback. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpeGwW4vRWgx

Re: cygwin 1.7.35 absolute/relative path bug

2015-03-17 Thread Dmitry Bely
Corinna, Thanks, your snapshot works for me. - Dmitry Bely On Tue, Mar 17, 2015 at 4:29 PM, Corinna Vinschen wrote: > On Mar 17 15:05, Dmitry Bely wrote: >> Consider the following test case: >> >> [Makefile] >> .PHONY: default >> default: >> ./test.sh >> >> [test.sh] >> #!/bin/sh >> uname -a >>

Re: cygwin 1.7.35 absolute/relative path bug

2015-03-17 Thread Corinna Vinschen
On Mar 17 15:05, Dmitry Bely wrote: > Consider the following test case: > > [Makefile] > .PHONY: default > default: > ./test.sh > > [test.sh] > #!/bin/sh > uname -a > pwd > echo $0 > > make under Cygwin 1.7.34-6 produced the following results: > > ./test.sh > CYGWIN_NT-6.3 bely-win81 1.7.34(0.2

cygwin 1.7.35 absolute/relative path bug

2015-03-17 Thread Dmitry Bely
Consider the following test case: [Makefile] .PHONY: default default: ./test.sh [test.sh] #!/bin/sh uname -a pwd echo $0 make under Cygwin 1.7.34-6 produced the following results: ./test.sh CYGWIN_NT-6.3 bely-win81 1.7.34(0.285/5/3) 2015-02-04 12:14 x86_64 Cygwin /cygdrive/c/Work/Test/Cygwin ./