[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (no subject)
From: |
Eli Zaretskii |
Subject: |
Re: (no subject) |
Date: |
Tue, 09 Jan 2001 19:24:49 +0200 |
> From: "Paul D. Smith" <address@hidden>
> 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?
- (no subject), Allan Mayer, 2001/01/08
- Re: (no subject),
Eli Zaretskii <=