Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-09-01 03:45:39


Author: vladimir_prus
Date: 2007-09-01 03:45:36 EDT (Sat, 01 Sep 2007)
New Revision: 39101
URL: http://svn.boost.org/trac/boost/changeset/39101

Log:
Add comment
Text files modified:
   branches/BOOST_BUILD_PYTHON/boost/tools/build/v2/pybb.jam | 9 ++++-----
   1 files changed, 4 insertions(+), 5 deletions(-)

Modified: branches/BOOST_BUILD_PYTHON/boost/tools/build/v2/pybb.jam
==============================================================================
--- branches/BOOST_BUILD_PYTHON/boost/tools/build/v2/pybb.jam (original)
+++ branches/BOOST_BUILD_PYTHON/boost/tools/build/v2/pybb.jam 2007-09-01 03:45:36 EDT (Sat, 01 Sep 2007)
@@ -12,6 +12,10 @@
     rule load ( module-name : location )
     {
         USER_MODULE $(module-name) ;
+ # Make all rules in the loaded module available in
+ # the global namespace, so that we don't have
+ # to bother specifying "right" module when calling
+ # from Python.
         module $(module-name)
         {
             __name__ = $(1) ;
@@ -96,8 +100,3 @@
 {
     main ;
 }
-
-
-
-
-


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