Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2004-12-14 09:34:13


Toon Knapen wrote:
> I always wondered if also signatures of the source files are maintained
> that do not incorporate comments, spaces etc. So changing only the
> documentation in the sources or changing the indentation would not
> trigger a recompile ?

AFAIK it doesn't do that, but it could. On the other hand, things like

#include "config.h"
#if CONFIG_XXX
...
#else
...
#endif

Are harder to deal with ;-)

-- 
Dave Abrahams
Boost Consulting
http://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