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/dist/operation.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/dist') diff --git a/build2/dist/operation.cxx b/build2/dist/operation.cxx index df0c7dd..e087069 100644 --- a/build2/dist/operation.cxx +++ b/build2/dist/operation.cxx @@ -477,6 +477,7 @@ namespace build2 "dist", "distribute", "distributing", + "distributed", "has nothing to distribute", // We cannot "be distributed". nullptr, // meta-operation pre &dist_operation_pre, -- cgit v1.1