From 934f2a9a90c5cad3cdc8a66b50c17827a3ddbcee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 20 Jan 2018 13:46:11 +0200 Subject: Get rid of action rule override semantics Instead we now have two more or less separate match states for outer and inner parts of an action. --- build2/context.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/context.hxx') diff --git a/build2/context.hxx b/build2/context.hxx index d2daad6..71035ad 100644 --- a/build2/context.hxx +++ b/build2/context.hxx @@ -33,7 +33,7 @@ namespace build2 // Match can be interrupted with "exclusive load" in order to load // additional buildfiles. Similarly, it can be interrupted with (parallel) // execute in order to build targetd required to complete the match (for - // example, generated source code or source code generators themselves. + // example, generated source code or source code generators themselves). // // Such interruptions are performed by phase change that is protected by // phase_mutex (which is also used to synchronize the state changes between -- cgit v1.1