help-make
[Top][All Lists]
Advanced

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

Re: case sensitivity in patterns


From: Paul Smith
Subject: Re: case sensitivity in patterns
Date: Wed, 30 Jun 2010 21:57:00 -0400

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]