2
0
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:
Vladimir Prus
2009-02-15 19:02:10 +00:00
parent 8d541bc844
commit 46ee4613a0

View File

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