From e415977b23ea95a833ce1967dac9f8e7fe255334 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 May 2019 12:52:12 +0200 Subject: Minor cleanups and clarifications --- build2/algorithm.ixx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build2/algorithm.ixx') diff --git a/build2/algorithm.ixx b/build2/algorithm.ixx index 0b3a23e..a01ee58 100644 --- a/build2/algorithm.ixx +++ b/build2/algorithm.ixx @@ -376,9 +376,8 @@ namespace build2 // This gets tricky when we start considering direct execution, etc. So // here seems like the best place to do it. // - // We also ignore the group recipe since it is used for ad hoc groups - // (which are not executed). Plus, group action means real recipe is in - // the group so this also feels right conceptually. + // We also ignore the group recipe since group action means real recipe + // is in the group and so this feels right conceptually. // // We also avoid incrementing this count twice for the same target if we // have both the inner and outer operations. In our model the outer -- cgit v1.1