%% "Leeuwesteijn,Joost" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
