Browse thread
[Caml-list] ocaml and large development projects
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris Hecker <checker@d...> |
| Subject: | Re: [Caml-list] ocaml and large development projects |
>Maybe try simple shell script to do that? Something like >move-if-changed. This should work, and you could report how much it >helps. I think the cmi/cmx files have a checksum/timestamp already in them that's unique to a compile, so the naive external checksum won't work (this is supposition on my part, though, based on the error messages since I haven't looked at it yet). I think it'd have to be smart about things, and at that point it might be easier just to put it in the compiler to test it. Chris ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners