mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 14:57:01 +00:00
Correct summary printing
[SVN r59839]
This commit is contained in:
parent
528a576eda
commit
10ff0b792c
1 changed files with 3 additions and 1 deletions
4
Jamroot
4
Jamroot
|
@ -567,7 +567,9 @@ class top-level-target : alias-target-class
|
|||
|
||||
rule generate ( property-set )
|
||||
{
|
||||
modules.poke : top-level-targets : $(__name__) ;
|
||||
local x = [ modules.peek : top-level-targets ] ;
|
||||
x += $(self.name) ;
|
||||
modules.poke : top-level-targets : $(x) ;
|
||||
if $(self.build-type) = minimal
|
||||
{
|
||||
local expanded ;
|
||||
|
|
Loading…
Add table
Reference in a new issue