|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62240 - trunk/tools/build/v2
From: grafikrobot_at_[hidden]
Date: 2010-05-26 10:22:17
Author: grafik
Date: 2010-05-26 10:22:15 EDT (Wed, 26 May 2010)
New Revision: 62240
URL: http://svn.boost.org/trac/boost/changeset/62240
Log:
Import the out-xml rules to the global module so they can be found by __ACTION_RULE__. Somehow they stopped being globally available. This fixes the --out-xml=q.xml option.
Text files modified:
trunk/tools/build/v2/build-system.jam | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/build-system.jam
==============================================================================
--- trunk/tools/build/v2/build-system.jam (original)
+++ trunk/tools/build/v2/build-system.jam 2010-05-26 10:22:15 EDT (Wed, 26 May 2010)
@@ -921,6 +921,15 @@
__ACTION_RULE__ = build-system.out-xml.collect
[ modules.peek build-system : .out-xml ] ;
}
+
+ IMPORT
+ build-system :
+ out-xml.collect
+ out-xml.generate-action
+ : :
+ build-system.out-xml.collect
+ build-system.out-xml.generate-action
+ ;
}
local j = [ option.get jobs ] ;
@@ -998,4 +1007,3 @@
}
}
}
-
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