|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r75929 - in trunk/tools/build/v2: engine test/core-language
From: steven_at_[hidden]
Date: 2011-12-12 19:03:39
Author: steven_watanabe
Date: 2011-12-12 19:03:38 EST (Mon, 12 Dec 2011)
New Revision: 75929
URL: http://svn.boost.org/trac/boost/changeset/75929
Log:
Restore the original BACKTRACE behavior that I inadvertently changed.
Text files modified:
trunk/tools/build/v2/engine/compile.c | 1 -
trunk/tools/build/v2/test/core-language/test.jam | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
Modified: trunk/tools/build/v2/engine/compile.c
==============================================================================
--- trunk/tools/build/v2/engine/compile.c (original)
+++ trunk/tools/build/v2/engine/compile.c 2011-12-12 19:03:38 EST (Mon, 12 Dec 2011)
@@ -500,7 +500,6 @@
module_t * prev_module = frame->module;
rule = bindrule( rulename, frame->module );
- rulename = rule->name;
#ifdef HAVE_PYTHON
if ( rule->python_function )
Modified: trunk/tools/build/v2/test/core-language/test.jam
==============================================================================
--- trunk/tools/build/v2/test/core-language/test.jam (original)
+++ trunk/tools/build/v2/test/core-language/test.jam 2011-12-12 19:03:38 EST (Mon, 12 Dec 2011)
@@ -1125,8 +1125,8 @@
local bt = [ BACKTRACE ] ;
check-equal backtrace-1-file : $(bt) :
test.jam [ CALC $(base) + 4 ] "" backtrace
- test.jam [ CALC $(base) + 28 ] module2. f
- test.jam [ CALC $(base) + 19 ] module1. f
+ test.jam [ CALC $(base) + 28 ] module2. module2.f
+ test.jam [ CALC $(base) + 19 ] module1. module1.f
test.jam [ CALC $(base) + 32 ] "" "module scope"
;
}
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