aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-05-10 12:52:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-05-10 12:52:12 +0200
commite415977b23ea95a833ce1967dac9f8e7fe255334 (patch)
tree804880f8b14921384bed197e687b9b5ae90850b9 /build2/algorithm.ixx
parent2b1272f1c94ab1dbaf806af9c02ef866267ffed7 (diff)
Minor cleanups and clarifications
Diffstat (limited to 'build2/algorithm.ixx')
-rw-r--r--build2/algorithm.ixx5
1 files changed, 2 insertions, 3 deletions
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