[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 10753)

Aleksey Nogin nogin at metaprl.org
Tue May 15 09:42:58 PDT 2007


On 15.05.2007 08:27, Jason Hickey wrote:

> On May 14, 2007, at 4:38 PM, Aleksey Nogin wrote:
> 
>> Implemented the find-ocaml-targets-in-path-optional function (not 
>> fully tested
>> yet).
> 
> Aleksey,
> 
> Quick question.  Is it the case then that on case-insensitive systems, 
> you will always build the uncapitalized version of a file?

Yes.

> I don't know that it matters, but if the point was to avoid building the 
> capitalized target when the source is uncapitalized, this would be just 
> the opposite.

You mean - in case the source file is capitalized? Yes, if the source 
file is capitalized we'll do the wrong thing here, but this is the same 
wrong thing that we'd get if we were relying on the external ocamldep 
(without -modules), so at least we are not making things worse. Also, 
the common case is that the source files are lowercase...

Of course, a much better long-term solution would be to pay attention to 
case issues when instantiating the implicit rules. We should get back to 
this at some point, but I do not think we need it for the 0.9.8.2.

Aleksey


More information about the OMake-Devel mailing list