> From: "Paul D. Smith" <[EMAIL PROTECTED]>
> Date: Mon, 8 Jan 2001 17:42:28 -0600
> 
> CSRC = $(foreach file,$(CSRCLIST),$(if $(wildcard $(subst
> \,/,$(file))),$(file),$(MAIN_IP_DIR)\$(file))) 
> 
> to check the existance of a specific file.  
> My problem with wildcard is that it is case-sensitive regarding the
> filename, 
> even though its running on Windows NT which doesn't care about filename case
> anyother time.  
> 
> What am I missing?  

You don't miss anything, AFAIK: Make is case-sensitive.

I don't understand why is this a problem, though: can't you make your
CSRCLIST name files in their exact letter-case?

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to