$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
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]