$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r64360 - trunk/tools/build/v2/build
From: ghost_at_[hidden]
Date: 2010-07-26 08:06:12
Author: vladimir_prus
Date: 2010-07-26 08:06:11 EDT (Mon, 26 Jul 2010)
New Revision: 64360
URL: http://svn.boost.org/trac/boost/changeset/64360
Log:
Respect --debug-building.
Text files modified: 
   trunk/tools/build/v2/build/targets.py |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/tools/build/v2/build/targets.py
==============================================================================
--- trunk/tools/build/v2/build/targets.py	(original)
+++ trunk/tools/build/v2/build/targets.py	2010-07-26 08:06:11 EDT (Mon, 26 Jul 2010)
@@ -98,7 +98,7 @@
         # Current indent for debugging messages
         self.indent_ = ""
 
-        self.debug_building_ = "--debug-building" in bjam.variable("ARV")
+        self.debug_building_ = "--debug-building" in bjam.variable("ARGV")
 
     def main_target_alternative (self, target):
         """ Registers the specified target as a main target alternatives.
@@ -919,7 +919,7 @@
     
         raw = context.all()
         raw = property.refine(raw, unconditional)
-      
+
         # We've collected properties that surely must be present in common
         # properties. We now try to figure out what other properties
         # should be added in order to satisfy rules (4)-(6) from the docs.