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:
@@ -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=) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user