From 63acc67719cbf3e5ac27b493e348d8aff0cf76ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Mon, 13 Aug 2012 22:29:13 +0000 Subject: [PATCH] Boost Build cleanup - made the tools/boostbook.jam xml-catalog rule local. [SVN r80016] --- v2/tools/boostbook.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/boostbook.jam b/v2/tools/boostbook.jam index 4cc86b20f..21d18ef0c 100644 --- a/v2/tools/boostbook.jam +++ b/v2/tools/boostbook.jam @@ -594,7 +594,7 @@ rule generate-xml-catalog ( target : sources * : properties * ) # shared between all builds made on that system. This however would require much # more though to add the necessary changes to Boost Build's internal design. # -rule xml-catalog ( project ) +local rule xml-catalog ( project ) { if ! $(.xml-catalog) {