Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2008-06-28 14:24:17


Author: djowel
Date: 2008-06-28 14:24:17 EDT (Sat, 28 Jun 2008)
New Revision: 46817
URL: http://svn.boost.org/trac/boost/changeset/46817

Log:
added note on removing targets
Text files modified:
   trunk/libs/python/doc/tutorial/doc/tutorial.qbk | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: trunk/libs/python/doc/tutorial/doc/tutorial.qbk
==============================================================================
--- trunk/libs/python/doc/tutorial/doc/tutorial.qbk (original)
+++ trunk/libs/python/doc/tutorial/doc/tutorial.qbk 2008-06-28 14:24:17 EDT (Sat, 28 Jun 2008)
@@ -186,6 +186,10 @@
 Or something similar. If all is well, you should now have built the DLLs and
 run the Python program.
 
+[note Starting from Boost 1.35, bjam erases the generated executables
+(e.g. pyd file) after the test has concluded to conserve disk space.
+To keep bjam from doing that, pass --preserve-test-targets to bjam.]
+
 [:[*There you go... Have fun!]]
 
 [endsect]


Boost-Commit 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