From 53c724aabe98841f4cfb3b0e11fb92d6d7b8d48e Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 16 Feb 2023 11:31:01 +0100 Subject: Prune bootstrap sources The build tool should not depend on other tools, so do not even pass that part of the source tree to the bootstrap tests. This also improves incrementality of these rather large tests. --- TARGETS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TARGETS b/TARGETS index a575fa9a..58788a01 100644 --- a/TARGETS +++ b/TARGETS @@ -262,7 +262,8 @@ [ [["TREE", null, "bin"], "."] , [["TREE", null, "rules"], "."] , [["TREE", null, "etc"], "."] - , [["TREE", null, "src"], "."] + , [["TREE", null, "src/buildtool"], "."] + , [["TREE", null, "src/utils"], "."] ] } , "large-tests": -- cgit v1.2.3