make-w32
[Top][All Lists]
Advanced

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

Re: Case insensitive


From: Paul D. Smith
Subject: Re: Case insensitive
Date: Fri, 5 May 2006 10:31:07 -0400

%% "Leeuwesteijn,Joost" <address@hidden> writes:

  l> When I compile Gnu make (3.81) with HAVE_CASE_INSENSITIVE_FS
  l> defined in config.h, does that also mean the built-in make
  l> functions become case insensitive?

No.

  l> For instance, will $(filter %.c,...) and $(filter %.C,...) have the
  l> same result?

No.  These functions can work on any pattern: make can't know that the
pattern you pass in is to match a filename.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "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]