aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/search.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/search.cxx')
-rw-r--r--libbuild2/search.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/libbuild2/search.cxx b/libbuild2/search.cxx
index b341c85..25a4199 100644
--- a/libbuild2/search.cxx
+++ b/libbuild2/search.cxx
@@ -278,9 +278,16 @@ namespace build2
tk.ext,
target_decl::prereq_new,
trace));
+ l5 ([&]
+ {
+ diag_record dr (trace);
+ if (r.second)
+ dr << "new target " << r.first.key_locked ();
+ else
+ dr << "existing target " << r.first;
+ dr << " for prerequisite " << pk;
+ });
- l5 ([&]{trace << (r.second ? "new" : "existing") << " target " << r.first
- << " for prerequisite " << pk;});
return r;
}
}