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

Aleksey Nogin nogin at metaprl.org
Mon May 14 14:20:35 PDT 2007


Going back to the case-insensitive case-preserving nodes on case-insensitive
filesystems. Namely, I reverted 10744:10741 and 10650:10636, while making sure
that the rev 10707 fix is copied from omake_cache_stat back to omake_node...

Note that this have killed the "realpath" built-in function. Once the node
stuff is stable, we might want to implement it again.

----
Changes:
    +3 -7	omake-branches/0.9.8.x/src/Makefile
    +3 -7	omake-branches/0.9.8.x/src/Makefile.nt
    +0 -39	omake-branches/0.9.8.x/src/builtin/omake_builtin_file.ml
    +0 -1	omake-branches/0.9.8.x/src/ir/OMakefile
    +26 -31	omake-branches/0.9.8.x/src/ir/omake_cache.ml
    +0 -2	omake-branches/0.9.8.x/src/ir/omake_cache.mli
    Deleted	omake-branches/0.9.8.x/src/ir/omake_cache_stat.ml
    Deleted	omake-branches/0.9.8.x/src/ir/omake_cache_stat.mli
    +521 -249	omake-branches/0.9.8.x/src/ir/omake_node.ml
    +0 -15	omake-branches/0.9.8.x/src/ir/omake_node_sig.ml
    +1 -5	omake-branches/0.9.8.x/src/main/omake_main.ml
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-05.html#07/05/14.14:20:35



More information about the OMake-CVS mailing list