From: jurko.gospodnetic_at_[hidden]
Date: 2008-07-22 08:27:11


Author: jurko
Date: 2008-07-22 08:27:10 EDT (Tue, 22 Jul 2008)
New Revision: 47685
URL: http://svn.boost.org/trac/boost/changeset/47685

Log:
Merger main Boost library Jamroot file changes from the trunk. [Added a missing import of the Boost Build generate.jam module. Although not strictly necessary at the moment this will avoid future build breakage when Boost Build removes some of its extra internal module imports.]
Text files modified:
   branches/release/Jamroot | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: branches/release/Jamroot
==============================================================================
--- branches/release/Jamroot (original)
+++ branches/release/Jamroot 2008-07-22 08:27:10 EDT (Tue, 22 Jul 2008)
@@ -98,6 +98,7 @@
 # - handle boost version
 # - handle python options such as pydebug
 
+import generate ;
 import modules ;
 import set ;
 import stage ;