$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-01-23 09:38:40
David Abrahams wrote:
>>The following modifications were made to this issue:
>>
>>J?rgen Hunolds's example revelated a bug with default build. I think it should behave as if
>>the same properties were specified on the command line. However, if default build contains free properties, things break: if main projects calls "build-project" and projects a and b, and a uses a target from b, then "b" won't use free properties from default build.
>
>
> Hey, Volodya
>
> I almost checked in a regression test for this one, but wasn't feeling
> confident. If you haven't done that, would you please?
Added new test to default_build.py. The test is disabled now, not to break
test_all.py
- Volodya