diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-02-14 08:39:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-02-14 08:39:58 +0200 |
commit | 53b6896e48aaa6ee2b414bd36275263c57b490f8 (patch) | |
tree | 823488269e1a9d586e64fdc06d24435f2a134c5e /libbuild2/algorithm.ixx | |
parent | 3d39584285e4b39e7290bea9b2e4006cd1cf8a10 (diff) |
Avoid duplicate fsdir{} in inject_fsdir(), match_prerequisite*() call sequences
Diffstat (limited to 'libbuild2/algorithm.ixx')
-rw-r--r-- | libbuild2/algorithm.ixx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/algorithm.ixx b/libbuild2/algorithm.ixx index 2fbec3f..de175eb 100644 --- a/libbuild2/algorithm.ixx +++ b/libbuild2/algorithm.ixx @@ -776,6 +776,9 @@ namespace build2 // groups since the group target should clean eveything up. A bit of an // optimization. // + // @@ TMP: I wonder if this still holds for the new group semantics + // we have in Qt automoc? + // match_search ms ( msm ? [&msm] (action a, |