-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
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)),\
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 execut
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
>>
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 kno
>
> 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 issue
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
$(
7 matches
Mail list logo