[Omake] restricting the dependency search

Jason Hickey jyh at cs.caltech.edu
Sun Jul 15 13:01:53 PDT 2007


Martin,

Have you tried using -P?  You still have to pay the initial startup  
time, but after that, whenever you modify a source file the rebuild  
should start almost immediately.

We've thought about the method you propose, but it would be hard to  
implement well (or, at least, it would require a lot of thought on  
how to do it).

Jason


On Jul 15, 2007, at 7:52 AM, Martin wrote:

> 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
>
> _______________________________________________
> Omake mailing list
> Omake at metaprl.org
> https://lists.metaprl.org/mailman/listinfo/omake

--
Jason Hickey                  http://www.cs.caltech.edu/~jyh
Caltech Computer Science      Tel: 626-395-6568 FAX: 626-792-4257





More information about the Omake mailing list