$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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