2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

Revert 1.93, which was causing severe performance problems for Jurgen.

[SVN r19356]
This commit is contained in:
Vladimir Prus
2003-07-30 09:43:14 +00:00
parent c8b1f1a141
commit dd87c5db3c
2 changed files with 4 additions and 8 deletions

View File

@@ -337,10 +337,8 @@ rule c-scanner ( includes * )
# CONSIDER: the new scoping rule seem to defeat "on target" variables.
local g = [ on $(target) return $(HDRGRIST) ] ;
local b = [ virtual-target.binding $(target) ] ;
# Note that we don't need path.parent here, since the
# result will be directly handle to bjam build engine.
b = $(b:D) ;
local b = [ path.native [ path.parent [ path.make
[ virtual-target.binding $(target) ] ] ] ] ;
# Attach binding of including file to included targets.
# When target is directly created from virtual target

View File

@@ -337,10 +337,8 @@ rule c-scanner ( includes * )
# CONSIDER: the new scoping rule seem to defeat "on target" variables.
local g = [ on $(target) return $(HDRGRIST) ] ;
local b = [ virtual-target.binding $(target) ] ;
# Note that we don't need path.parent here, since the
# result will be directly handle to bjam build engine.
b = $(b:D) ;
local b = [ path.native [ path.parent [ path.make
[ virtual-target.binding $(target) ] ] ] ] ;
# Attach binding of including file to included targets.
# When target is directly created from virtual target