From 9097eda70f46ce7c15438409cbef56cbe2c058f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 7 Jun 2019 12:41:00 +0200 Subject: Update module/header unit-related notes --- build2/cc/compile-rule.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index 5a7d565..2edb8cc 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -1705,7 +1705,9 @@ namespace build2 return; // @@ MODHDR: Should we print the pid we are talking to? It gets hard to - // follow once things get nested. + // follow once things get nested. But if all our diag will + // include some kind of id (chain, thread?), then this will + // not be strictly necessary. // if (verb >= 3) text << " > " << rq; @@ -5213,7 +5215,8 @@ namespace build2 string mf; { // @@ MODHDR: Can we assume the path is actualized since the header - // target came from enter_header()? + // target came from enter_header()? No, not anymore: it + // is now normally just normalized. // const path& hp (ht.path ()); mf = hp.leaf ().make_base ().string (); -- cgit v1.1