diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-07 12:41:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-07 12:41:00 +0200 |
commit | 9097eda70f46ce7c15438409cbef56cbe2c058f8 (patch) | |
tree | d2727c321b0c39d2ab756ab5a5f9a43b6f0e7a51 | |
parent | 0fe53b11b024f9f99661dc652cc5a9734196b04b (diff) |
Update module/header unit-related notes
-rw-r--r-- | build2/cc/compile-rule.cxx | 7 |
1 files 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 (); |