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