Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-09-27 03:08:49


If msvc fails to compile a source file, the RSP file is not deleted.
Therefore, if you change the Jamfile settings that alters the RSP file
contents, those changes aren't picked up.

This is because the:

$(.CL) ... && del file.rsp
^^^^^^^^^^^^

does not get executed if $(.CL) fails.

- Reece

 


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