From c6a77b94d99a2e845c0916ad70d1ff4c6fbc130b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 Dec 2021 10:37:21 +0200 Subject: Add TODO comment --- libbuild2/cc/compile-rule.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libbuild2/cc/compile-rule.cxx') diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx index 5b6c473..e55754a 100644 --- a/libbuild2/cc/compile-rule.cxx +++ b/libbuild2/cc/compile-rule.cxx @@ -1007,6 +1007,11 @@ namespace build2 // match in link::apply() it will be safe unless someone is building // an obj?{} target directly. // + // @@ If for some reason unmatch fails, this messes up the for_install + // logic because we will update this library during match. Perhaps + // we should postpone updating them until execute if we failed to + // unmatch. + // pair mr ( build2::match ( a, -- cgit v1.1