bug-make
[Top][All Lists]
Advanced

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

Re: Case-insensitive targets


From: Eli Zaretskii
Subject: Re: Case-insensitive targets
Date: Thu, 02 Aug 2018 19:10:32 +0300

> From: Paul Smith <address@hidden>
> Cc: address@hidden
> Date: Thu, 02 Aug 2018 11:57:53 -0400
> 
> Then there's the question of case-preserving or not.  To be case-
> preserving, make would have to be doing all string searches and
> comparisons using case-insensitive implementations which would be a lot
> of code churn.  And we would have to care a lot more about
> internationalization since case comparison is highly locale-specific.

In addition to the above, there's one more reason not to use
case-preserving implementation: in the Windows world, you can never be
sure all the tools that create and process files preserve letter-case
in file names.  So a random foobar program could produce FOO when you
want it to produce Foo, and then things start to break.



reply via email to

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