Boost logo

Boost-Build :

From: kweeheong (tan.k.h_at_[hidden])
Date: 2005-06-21 00:20:03


I did a grep on tools\build and found two files {allyourbase,testing}.
jam that referenced RmTemps.

testing.jam had some code that looks like :
| if ! ( --preserve-test-targets in $(ARGV) )
| {
| RmTemps $(run-target) : $(targets-to-test) ;
| }

By sheer guesswork, I tried bjam -sTOOLS=gcc --preserve-test-targets
testdate and lo! the
RmTemps action was not called, leaving the .exe behind.

Is this the correct ( or rather supported ) way to disable RmTemps?

 


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