|
Boost-Build : |
From: David Abrahams (dave_at_[hidden])
Date: 2005-10-20 10:46:26
Vladimir Prus <ghost_at_[hidden]> writes:
>
> The first problem can be only handled by build signatures -- computing MD5 of
> all build properties, storing them to a file, and forcing rebuild when stored
> MD5 of a file is different.
FWIW, MD5 is not needed. We could just write some bjam code to the
file, such as:
build-properties = <feature1>value1 <feature2>value2 ... ;
Then load that file and compare values.
-- Dave Abrahams Boost Consulting www.boost-consulting.com
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