Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-05-18 05:22:42


On Wednesday 17 May 2006 23:34, Juergen Hunold wrote:

> On Wednesday 17 May 2006 15:47, Vladimir Prus wrote:
> > On Thursday 11 May 2006 01:30, Mark Evans wrote:
> > > I found that in order for Jamfile (1) to propagate project
> > > requirements to a Jamfile in a subdirectory, it must have
> > > build-project statement for the subdirectory, i.e.,
> > >
> > > build-project subdir1 ;
> > > build-project subdir2 ;
> > > etc.
> > >
> > > Is this relevant to your situation? Any comments from experts?
>
> Yes, I've encountered this before but had no time preparing a testcase.
>
> > As usual: if you drop me an archived project reproducing this, I'll
> > fix the problem.
>
> Please find a similar case attached.

Hi Juergen,
thank you for the testcase. This bug is now fixed in CVS, and a new automatic
test were added for this problem.

Incidentally, this also closes:

   https://zigzag.cs.msu.su:7813/boost.build/ticket/11

meaning you can write:

  build-project <some-project-id> ;

not only

  build-project <some-directory> ;

Thanks,
Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk