[Omake] restricting the dependency search
Martin
ma.wi at gmx.at
Sun Jul 15 07:52:52 PDT 2007
Dear all,
I am currently developing ocaml software within a bid ocaml project with lots
of dependencies. Reading all the omake files and checking for dependencies
takes about 7 seconds ... too long for an impatient fellow like me. Since I
only modify files in one (my own) folder and do not change any of the other
code, I was wondering if it is posiible to skip/shorten the dependency
search. Is it possible to tell omake that only files in the current folder
(from which I call omake) might have changed, and that everything else is
still the same, i.e., does not need to be checked for a change of
dependencies?
If yes, please let me know how.
Thanks,
Martin
More information about the Omake
mailing list