Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-05-25 09:44:22


On Wednesday 25 May 2005 18:20, David Abrahams wrote:
> Vladimir Prus <ghost_at_[hidden]> writes:
> > - DEPENDS $(rsp) : $(sources) ;
>
> What makes it OK to delete this line?

Your own comment! Mentioned in the patch itself:

+ # Note: we don't need dependecy from response file on sources
+ # because response file only needs the names of the sources.

That's true, response file will be created before the target, and it only
need the name of sources, not their content, and so should not depend on them.

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2
 

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