$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] How to run python test's explicitly ?
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-04-23 04:11:04
Ðвгений ШÑбин wrote:
>>> There is one more question: how to run rules explicitly (not to run on any other target)?
>> Exactly as Steven said. If you use:
>>
>> bjam <other options> ecf
>>
>> then only ecf target is requested. Of course, if it depends on other targets those
>> will be made as well, but no independent targets will be built.
>>
>> Does this answer the question?
>>
>> - Volodya
>
>
> If there is any over target (for example: exe some_exe) in Jamfile.
> And I call "bjam some_exe" the rule ecf is also called.
Can you provide a minimal example reproducing this behaviour?
- Volodya