Re: make $(wildcard) not working with samba shares

2006-05-05 Thread Ken Cecka
On Fri, 21 Apr 2006, Eric Blake wrote: > >> I'm having a problem with cygwin make and the $(wildcard) function. I've >> attached a Makefile which demonstrates the problem. The gnu make >> documentation indicates that the wildcard function should only return files >> or directories that exist, bu

make $(wildcard) not working with samba shares

2006-04-21 Thread Ken Cecka
Hi All, I'm having a problem with cygwin make and the $(wildcard) function. I've attached a Makefile which demonstrates the problem. The gnu make documentation indicates that the wildcard function should only return files or directories that exist, but in certain circumstances it is returning pa