From c7bbadf085ebeea6a27d49cabc78a6a4c421ef50 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 10 Jul 2003 14:20:19 +0000 Subject: [PATCH] Apply NOCARE to xi:includes, else bjam won't be able to work when we xi:include files which is to be generated (and does not exist yet). [SVN r19030] --- src/tools/boostbook.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/boostbook.jam b/src/tools/boostbook.jam index 18981f820..5e7cbb5be 100644 --- a/src/tools/boostbook.jam +++ b/src/tools/boostbook.jam @@ -344,7 +344,8 @@ rule xinclude-scanner ( includes * ) { local target_path = [ path.native [ path.parent [ path.make [ virtual-target.binding $(target) ] ] ] ] ; - + + NOCARE $(matches) ; INCLUDES $(target) : $(matches) ; SEARCH on $(matches) = $(target_path) $(self.includes:G=) ;