Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79877 - trunk/tools/build/v2/build
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-05 12:50:31


Author: jurko
Date: 2012-08-05 12:50:31 EDT (Sun, 05 Aug 2012)
New Revision: 79877
URL: http://svn.boost.org/trac/boost/changeset/79877

Log:
Boost Build cleanup - removed some redundant module imports in multiple project-rules module rules.
Text files modified:
   trunk/tools/build/v2/build/project.jam | 4 ----
   1 files changed, 0 insertions(+), 4 deletions(-)

Modified: trunk/tools/build/v2/build/project.jam
==============================================================================
--- trunk/tools/build/v2/build/project.jam (original)
+++ trunk/tools/build/v2/build/project.jam 2012-08-05 12:50:31 EDT (Sun, 05 Aug 2012)
@@ -904,7 +904,6 @@
 
     rule using ( toolset-module : * )
     {
- import project ;
         import toolset ;
 
         local saved-project = [ modules.peek project : .current-project ] ;
@@ -932,8 +931,6 @@
 
     rule import ( * : * : * )
     {
- modules.import project ;
-
         local caller = [ CALLER_MODULE ] ;
         local saved-project = [ modules.peek project : .current-project ] ;
         module $(caller)
@@ -1050,7 +1047,6 @@
 
     rule use-project ( id : where )
     {
- import modules ;
         # See comment in 'load' for explanation.
         local caller = [ CALLER_MODULE ] ;
         modules.poke $(caller) : .used-projects : [ modules.peek $(caller) :


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