2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-11 23:52:20 +00:00

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]
This commit is contained in:
Vladimir Prus
2003-07-10 14:20:19 +00:00
parent 95d2325f96
commit c7bbadf085

View File

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