> Is there any way to control the bjam build order ?
>
> In my Jamroot.jam I have:
>
> build-project Base ;
> build-project Server ;
> build-project Client ;
>
> I assume that build order was Base, Server,Client.
> but bjam does not follow this!
------------------------------------------------------------------------------
>there is no specific order of independent targets. Why do you
>want such ordering?
>
>- Volodya

You are right they are independent in term of compile/link. But I have
test dependency. Which requires that Server be built before the Client.
My request was that where two projects are completely independent, then
bjam must arbitrarily pick one to build first. In this case it should give
preference to the order in the jam file ?

--
  Best regards,
Ta,
   Avi