|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-05-04 19:59:21
Author: jurko
Date: 2008-05-04 19:59:21 EDT (Sun, 04 May 2008)
New Revision: 45121
URL: http://svn.boost.org/trac/boost/changeset/45121
Log:
Corrected a typo in the tools/build/v2/tools/common.jam __test__ rule causing it to mess up the global .name variable in the os.jam module. This was effectively causing an internal os.jam module test to fail when you ran 'bjam --debug'.
Text files modified:
trunk/tools/build/v2/tools/common.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/tools/common.jam
==============================================================================
--- trunk/tools/build/v2/tools/common.jam (original)
+++ trunk/tools/build/v2/tools/common.jam 2008-05-04 19:59:21 EDT (Sun, 04 May 2008)
@@ -861,7 +861,7 @@
local nl = "
" ;
- local save-os = [ modules.peek os : name ] ;
+ local save-os = [ modules.peek os : .name ] ;
modules.poke os : .name : LINUX ;
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