[Omake] restricting the dependency search

Martin ma.wi at gmx.at
Mon Jul 16 19:17:12 PDT 2007


I never tried -P.  It is even better than what I was hoping for.  Really sweet 
to have an "on the fly" compiling.

Thanks a lot,

Martin

On Sunday 15 July 2007, Jason Hickey wrote:
> 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
>
>
>
> _______________________________________________
> Omake mailing list
> Omake at metaprl.org
> https://lists.metaprl.org/mailman/listinfo/omake


More information about the Omake mailing list