diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-27 11:00:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-27 11:00:47 +0200 |
commit | 72e9ec3d7028765836851b515d80816f2da74060 (patch) | |
tree | c3aea51139b9e0a071455b83a5ab067542a7e839 /libbuild2/bin/def-rule.cxx | |
parent | 1c08fae61a1e9a01d56735768ad7f8f3d0b45f41 (diff) |
Initial work on child process diagnostics buffering
Currently this is implemented for C/C++ compile and link rules.
Diffstat (limited to 'libbuild2/bin/def-rule.cxx')
-rw-r--r-- | libbuild2/bin/def-rule.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/bin/def-rule.cxx b/libbuild2/bin/def-rule.cxx index c0e82fb..421074c 100644 --- a/libbuild2/bin/def-rule.cxx +++ b/libbuild2/bin/def-rule.cxx @@ -751,6 +751,9 @@ namespace build2 return target_state::changed; } + // @@ TODO: split into rule_name (string) and rule_version (integer) + // on next increment. + // const string def_rule::rule_id_ {"bin.def 2"}; } } |