mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Support inline targets in sources of 'stage'.
[SVN r22962]
This commit is contained in:
@@ -297,7 +297,8 @@ rule stage ( name : sources * : requirements * : default-build * )
|
||||
local project = [ project.current ] ;
|
||||
|
||||
targets.main-target-alternative
|
||||
[ new stage-target-class $(name) : $(project) : $(sources)
|
||||
[ new stage-target-class $(name) : $(project)
|
||||
: [ targets.main-target-sources $(sources) : $(name) ]
|
||||
: [ targets.main-target-requirements $(requirements) : $(project) ]
|
||||
: [ targets.main-target-default-build $(default-build) : $(project) ]
|
||||
] ;
|
||||
|
||||
Reference in New Issue
Block a user