Re: cygwin1.dll possible bug

2006-02-21 Thread Gland Vador
Christopher Faylor wrote: I've created a Makefile that looks like this: _module1_DIR=/share/tmp/module1 _module2_DIR=/share/tmp/module2 _module3_DIR=/share/tmp/module3 REQUIRES:=module1 module2 module3 all: @echo $(foreach z,$(strip $(REQUIRES)),\

Re: cygwin1.dll possible bug

2006-02-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gland Vador on 2/21/2006 2:01 AM: While I can understand the fix for the bat files (from the snapshot diffs), what could have solved the wilcard one ? The improved implementation of readdir(), in concert with improved detection of

cygwin1.dll possible bug

2006-02-20 Thread Gland Vador
Hello, I have found a strange behaviour in the last (cygwin-1.5.19-4) cygwin1.dll. I have the folowing code in a makefile: @echo $(foreach z,$(strip $(REQUIRES)),\ $(if $(_$(z)_DIR), $(wildcard $(_$(z)_DIR)/inc),)) where $(REQUIRES) are ie: module1 module2 module3

Re: cygwin1.dll possible bug

2006-02-20 Thread Eric Blake
I have found a strange behaviour in the last (cygwin-1.5.19-4) cygwin1.dll. where $(REQUIRES) are ie: module1 module2 module3 $(_module*_DIR) is a folder on a nework drive, inside this folder I have a optional subfolder named inc. Try a snapshot. There are some known issues with

Re: cygwin1.dll possible bug

2006-02-20 Thread Gland Vador
Eric Blake wrote: I have found a strange behaviour in the last (cygwin-1.5.19-4) cygwin1.dll. where $(REQUIRES) are ie: module1 module2 module3 $(_module*_DIR) is a folder on a nework drive, inside this folder I have a optional subfolder named inc. Try a snapshot. There are some

Re: cygwin1.dll possible bug

2006-02-20 Thread Christopher Faylor
On Mon, Feb 20, 2006 at 04:41:46PM +0100, Gland Vador wrote: Eric Blake wrote: I have found a strange behaviour in the last (cygwin-1.5.19-4) cygwin1.dll. where $(REQUIRES) are ie: module1 module2 module3 $(_module*_DIR) is a folder on a nework drive, inside this folder I have a optional

Re: cygwin1.dll possible bug

2006-02-20 Thread Rolf Campbell
Gland Vador wrote: Eric Blake wrote: What about the newest one? I have tried almost all snapshots available on this page. I went until the oldest in order to track on which snapshot it broke. The newest one doesn't work for me. When I launch a dos batch file in the bash, it tries to