2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Restore the original BACKTRACE behavior that I inadvertently changed.

[SVN r75929]
This commit is contained in:
Steven Watanabe
2011-12-13 00:03:38 +00:00
parent dadcde220e
commit 0390385d2e
2 changed files with 2 additions and 3 deletions

View File

@@ -500,7 +500,6 @@ evaluate_rule(
module_t * prev_module = frame->module;
rule = bindrule( rulename, frame->module );
rulename = rule->name;
#ifdef HAVE_PYTHON
if ( rule->python_function )

View File

@@ -1125,8 +1125,8 @@ check-equal while-result : [ test-rule ] : x ;
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"
;
}