|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-08-31 18:18:22
Author: jurko
Date: 2008-08-31 18:18:22 EDT (Sun, 31 Aug 2008)
New Revision: 48506
URL: http://svn.boost.org/trac/boost/changeset/48506
Log:
Updated the Boost Build build/targets.jam module so its comments reference the term Jamroot instead of project-root.jam.
Text files modified:
trunk/tools/build/v2/build/targets.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/build/targets.jam
==============================================================================
--- trunk/tools/build/v2/build/targets.jam (original)
+++ trunk/tools/build/v2/build/targets.jam 2008-08-31 18:18:22 EDT (Sun, 31 Aug 2008)
@@ -490,7 +490,7 @@
self.constants += $(name) ;
}
self.constant.$(name) = $(value) ;
- # Inject the constant in the scope of project-root module.
+ # Inject the constant in the scope of the Jamroot module.
modules.poke $(self.project-module) : $(name) : $(value) ;
}
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