Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib



On Sat, 8 Oct 2011, Alan Barrett wrote:

> On Fri, 07 Oct 2011, Marc Balmer wrote:
> > Modified Files:
> >     src/lib: Makefile
> >
> > +# Lua bindings come last, they might depend on anything
> > +SUBDIR+=   lua
>
> Just adding it last doesn't ensure it gets built last.
> You probably need a .WAIT.

although it should be ok without, until somebody writes a Lua module
that depends on the something after the last .WAIT ?

iain


Home | Main Index | Thread Index | Old Index