mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Don't unintentially collect all new targets in a global variable.
[SVN r51260]
This commit is contained in:
@@ -311,6 +311,7 @@ class boostbook-generator : generator
|
||||
local global-catalog = [ boostbook.xml-catalog ] ;
|
||||
local catalog = $(global-catalog[1]) ;
|
||||
local catalog-file = $(global-catalog[2]) ;
|
||||
local targets ;
|
||||
|
||||
# Add the catalog to the property set
|
||||
property-set = [ $(property-set).add-raw <catalog>$(catalog-file) ] ;
|
||||
|
||||
Reference in New Issue
Block a user