bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


From: Allan Mayer
Subject: (no subject)
Date: Mon, 8 Jan 2001 17:42:28 -0600

Dear developers:  

I ran into some unexpected behavior which may or may not be classified as a
bug.  

I'm running gnu make 3.79.1 on Windows NT.  
I got the make executable from cygwin.  
I'm using the wildcard function to find a specific file as follows:  

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?  
I do run with --win32 flag, or it wouldn't run at all.  

Thank you for your attention, 
Allan A. Mayer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]