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:
@@ -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 )
|
||||
|
||||
@@ -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"
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user