From abccaf9596461215fce0e32322133fb6c39be44f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 Feb 2017 08:15:48 +0200 Subject: Implement parallel error propagation, keep_going mode Keep going is the default but there is now the -s|--serial-stop that makes the driver run serially and stop at first error. Also fix some lockups, other minor improvements/features. --- build2/config/operation.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/config') diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index 7bed621..ac18d82 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -402,6 +402,7 @@ namespace build2 "configure", "configure", "configuring", + "configured", "is configured", nullptr, // meta-operation pre &configure_operation_pre, @@ -627,6 +628,7 @@ namespace build2 "disfigure", "disfigure", "disfiguring", + "disfigured", "is disfigured", nullptr, // meta-operation pre &disfigure_operation_pre, -- cgit v1.1