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

Fixed same copy-paste error of resetting the BUILD variable, but this time in the stage targets.

[SVN r13190]
This commit is contained in:
Rene Rivera
2002-03-14 05:12:46 +00:00
parent 0a09e02486
commit 4253776eb5
2 changed files with 2 additions and 4 deletions

View File

@@ -1868,11 +1868,10 @@ rule stage ( name : sources + : requirements * : local-build * )
local target-subdir = [ top-relative-tokens [ directory-of $(source) ] ] ;
local [ protect-subdir ] ;
SubDir TOP $(target-subdir) ;
SubDir $(gTOP) $(target-subdir) ;
local target = $(source:D=:G=) ;
local target-id = [ FGristFiles $(target) ] ;
local BUILD = ;
local subvariants = [ expand-target-subvariants $(target-id) : $(local-build) : $(TOOLS) : BUILD ] ;
dependent-include $(target) ;

View File

@@ -1868,11 +1868,10 @@ rule stage ( name : sources + : requirements * : local-build * )
local target-subdir = [ top-relative-tokens [ directory-of $(source) ] ] ;
local [ protect-subdir ] ;
SubDir TOP $(target-subdir) ;
SubDir $(gTOP) $(target-subdir) ;
local target = $(source:D=:G=) ;
local target-id = [ FGristFiles $(target) ] ;
local BUILD = ;
local subvariants = [ expand-target-subvariants $(target-id) : $(local-build) : $(TOOLS) : BUILD ] ;
dependent-include $(target) ;