2
0
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:
Vladimir Prus
2004-05-28 08:46:00 +00:00
parent 6d723204b2
commit 765486f506

View File

@@ -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) ]
] ;