From 53b6896e48aaa6ee2b414bd36275263c57b490f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Feb 2024 08:39:58 +0200 Subject: Avoid duplicate fsdir{} in inject_fsdir(), match_prerequisite*() call sequences --- libbuild2/algorithm.ixx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/algorithm.ixx') 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, -- cgit v1.1