Boost logo

Boost-Build :

Subject: Re: [Boost-build] bjam - individual projects
From: Anant Rao (arao_at_[hidden])
Date: 2009-10-25 09:50:44


It does and it does it in flying colors.
THANKS so much!!!

-----Original Message-----
From: boost-build-bounces_at_[hidden] [mailto:boost-build-bounces_at_[hidden]] On Behalf Of Vladimir Prus
Sent: Sunday, October 25, 2009 1:11 AM
To: Boost.Build developer's and user's list
Subject: Re: [Boost-build] bjam - individual projects

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,
>
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build


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