Boost logo

Boost-Build :

Subject: Re: [Boost-build] bjam - Jamroot/Jamfile changes
From: Shridhar Daithankar (ghodechhap_at_[hidden])
Date: 2010-01-26 21:51:30


On Wednesday 27 January 2010 04:12:12 Anant Rao wrote:
> Thanks for a quick reply!
> The case I'm thinking of is when we change a compiler option in Jamroot (by
> adding/updating/deleting an option like
> <toolset>msvc:<variant>release:<cxxflags>/MT ),
>
> whether 'bjam' will rebuild all the code.

You always have option to rebuild everything for that particular toolkit. For
a newly added compiler setting, bjam will rebuild everything.Otherwise a clean
rebuild is only the solution.

Since bjam basically works with files i.e. it cannot decipher what changed in
jamfile since last update, only a clean rebuild is the solution.

I would love this feature though, if there was any way to make it work
partially. :)

-- 
Regards 
 Shridhar

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