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

Sstage targets where not using the complete local-build arguments

[SVN r13103]
This commit is contained in:
Rene Rivera
2002-03-05 22:43:26 +00:00
parent ed9b367159
commit e388fd0f84
2 changed files with 4 additions and 12 deletions

View File

@@ -1851,15 +1851,11 @@ rule stage ( name : sources + : requirements * : local-build * )
{
local stage-id =
[ grist-targets $(name) ] ;
local stage-local-build =
[ select-gristed $(local-build) ] ;
local source-local-build =
[ select-ungristed $(local-build) ] ;
local tags =
[ get-properties <tag> : $(requirements) ] ;
# Supress the regular build of this target
local gSUPPRESS_FAKE_TARGETS = [ get-values <suppress> : $(stage-local-build) ] ;
local gSUPPRESS_FAKE_TARGETS = [ get-values <suppress> : $(local-build) ] ;
local stage-dir = $(name:G=) ;
local files = [ select-ungristed $(sources) ] ;
@@ -1877,7 +1873,7 @@ rule stage ( name : sources + : requirements * : local-build * )
local target-id = [ FGristFiles $(target) ] ;
local BUILD = ;
local subvariants = [ expand-target-subvariants $(target-id) : $(source-local-build) : $(TOOLS) : BUILD ] ;
local subvariants = [ expand-target-subvariants $(target-id) : $(local-build) : $(TOOLS) : BUILD ] ;
dependent-include $(target) ;

View File

@@ -1851,15 +1851,11 @@ rule stage ( name : sources + : requirements * : local-build * )
{
local stage-id =
[ grist-targets $(name) ] ;
local stage-local-build =
[ select-gristed $(local-build) ] ;
local source-local-build =
[ select-ungristed $(local-build) ] ;
local tags =
[ get-properties <tag> : $(requirements) ] ;
# Supress the regular build of this target
local gSUPPRESS_FAKE_TARGETS = [ get-values <suppress> : $(stage-local-build) ] ;
local gSUPPRESS_FAKE_TARGETS = [ get-values <suppress> : $(local-build) ] ;
local stage-dir = $(name:G=) ;
local files = [ select-ungristed $(sources) ] ;
@@ -1877,7 +1873,7 @@ rule stage ( name : sources + : requirements * : local-build * )
local target-id = [ FGristFiles $(target) ] ;
local BUILD = ;
local subvariants = [ expand-target-subvariants $(target-id) : $(source-local-build) : $(TOOLS) : BUILD ] ;
local subvariants = [ expand-target-subvariants $(target-id) : $(local-build) : $(TOOLS) : BUILD ] ;
dependent-include $(target) ;