Boost logo

Boost-Build :

Subject: Re: [Boost-build] bjam - individual projects
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-10-25 04:11:11


On Sunday 25 October 2009 Anant Rao wrote:

> Hi,
>
> On Linux, in my Jamroot file, I have:
>
> build-project docservices/documentprocessors/ParserProcessor ;
> build-project shared/nearDipClusters ;
>
>
> If I run 'bjam', everything is fine i.e., both projects build fine.
> However, I want to run individual projects.
> That is, with the same Jamroot file, I want to issue something like:
>
> bjam ParserProcessor
> or
> bjam NearDup
>
> Is it possible? If so, how? If not, is there an alternative to achieve the same?

First, you can just use:

        bjam docservices/documentprocessors/ParserProcessor

Second, you can add this to Jamroot:

        alias ParserProcessor : docservices/documentprocessors/ParserProcessor ;

and then use:

        bjam ParserProcessor

Does this help?

- Volodya

>
> Thanks so much,
>


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