Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79972 - trunk/tools/build/v2/tools
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-11 18:19:23


Author: jurko
Date: 2012-08-11 18:19:22 EDT (Sat, 11 Aug 2012)
New Revision: 79972
URL: http://svn.boost.org/trac/boost/changeset/79972

Log:
Boost Build cleanup - minor stylistic changes made to the boostbook.jam module.
Text files modified:
   trunk/tools/build/v2/tools/boostbook.jam | 15 ++++++++-------
   1 files changed, 8 insertions(+), 7 deletions(-)

Modified: trunk/tools/build/v2/tools/boostbook.jam
==============================================================================
--- trunk/tools/build/v2/tools/boostbook.jam (original)
+++ trunk/tools/build/v2/tools/boostbook.jam 2012-08-11 18:19:22 EDT (Sat, 11 Aug 2012)
@@ -575,13 +575,14 @@
 
 
 # Returns information about the global XML catalog target, creating it lazily if
-# needed. To get this global catalog generated only once we do not create it in
-# every project that requests it but instead only create it in the first and
-# reuse it from there in any others that might request it.
+# needed. To get the global catalog generated only once we do not create it in
+# every project that requests it but instead only create it based on the first
+# project requesting it and then reuse it from there for any later requests.
 #
 # FIXME: Ideally the catalog target should be created as part of the boostbook
-# project, however this is not currently possible as such standalong projects do
-# not inherit things like the build directory.
+# project and stored in some central location for all used standalone pojects,
+# shared between all builds made on that system. This however would require much
+# more though to add the necessary changes to Boost Build's internal design.
 #
 rule xml-catalog ( project )
 {
@@ -598,10 +599,10 @@
 
 class boostbook-generator : generator
 {
+ import boostbook ;
     import feature ;
- import virtual-target ;
     import generators ;
- import boostbook ;
+ import virtual-target ;
 
     rule __init__ ( * : * )
     {


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