Re: wildcard in Makefile giving wrong output

2004-05-26 Thread Nitin Gupta
Looks like that this bug has been fixed. I dont see it anymore. I suspect that bug showed up only when you try to work on Linux root filesystem (via samba). Note: /cygdrive/m was infact a Linux root filesystem. If I copy over the directory structure on local hard drive, it works fine. I am seein

Re: FW: wildcard in Makefile giving wrong output

2004-05-13 Thread Dave
WFM (XP, 20040322 snapshot, make 3.80-1) . However, this has been reported before: http://www.cygwin.com/ml/cygwin/2003-09/msg01172.html > > -Original Message- > > From: Dave Korn [mailto:[EMAIL PROTECTED] > > > > > -Original Message- > > > From: cygwin-owner On Behalf Of Nitin G

RE: wildcard in Makefile giving wrong output

2004-05-13 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Nitin Gupta > Sent: 12 May 2004 18:58 > cat Makefile > > > WORKSPACE=$(shell pwd) > test: > @echo $(wildcard $(WORKSPACE)/ph*/*.cx) > = > > Directory structure > Makefile > phase1/ > phase3/ > > phase1/main.cx > pha

wildcard in Makefile giving wrong output

2004-05-12 Thread Nitin Gupta
Cygwin version: 05/12/04 (everything new) CYGWIN_NT-5.1 1.5.9(0.112/4/2) 2004-03-18 23:05 = cat Makefile WORKSPACE=$(shell pwd) test: @echo $(wildcard $(WORKSPACE)/ph*/*.cx) = Directory structure Makefile phase1/ phase3/ phase1/main.cx phase1/phase1.hx phase3/p123.cx pha