help-make
[Top][All Lists]
Advanced

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

Re: case sensitivity in patterns


From: James
Subject: Re: case sensitivity in patterns
Date: Thu, 1 Jul 2010 09:33:21 -0400

Hi,

Yes (for better or worse) I'm on Windows. I got make from the gnuwin32 binary download from Sourceforge.

This is the output from make --version:

---
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-pc-mingw32
---

I looked around for a binary with the HAVE_CASE_INSENSITIVE_FS flag, but didn't see one. I also see on the GNU pages that there is a Windows specific list, address@hidden I'll also send a message to it.

So if nothing else, I can get the source and compile it with the flag set? (Use make to make make made for Windows? :) )

Thanks
James


--------------------------------------------------
From: "Paul Smith" <address@hidden>
Sent: Wednesday, June 30, 2010 9:57 PM
To: "James" <address@hidden>
Cc: <address@hidden>
Subject: Re: case sensitivity in patterns

On Wed, 2010-06-30 at 13:11 -0400, James wrote:
Is this the intended behavior, or am I doing something wrong?  On
Windows, the filenames are (not usually) case sensitive.  Is there a
way to have it to operate in an case-insensitive manner?

Are you running on Windows?  If so then you'll have to describe how you
compiled your version of GNU make, because normally (IIRC) it is
case-insensitive.

For POSIX-based systems, obviously, make is not case-insensitive.  If
you recompile it with the HAVE_CASE_INSENSITIVE_FS option set in
config.h then it might work: I'm not sure if this has been tested on
non-Windows systems.

--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden>          Find some GNU make tips at:
http://www.gnu.org                      http://make.mad-scientist.net
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist





reply via email to

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