From 72e9ec3d7028765836851b515d80816f2da74060 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2022 11:00:47 +0200 Subject: Initial work on child process diagnostics buffering Currently this is implemented for C/C++ compile and link rules. --- libbuild2/bin/def-rule.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/bin') 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"}; } } -- cgit v1.1