From 5cefca444f7062c61cc9d118ffea5901e05186fd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Feb 2017 07:42:41 +0200 Subject: Implement parallel operation execution --- build2/config/operation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/config') diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index d534dab..7bed621 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -353,7 +353,7 @@ namespace build2 } static void - configure_execute (action a, const action_targets& ts, bool) + configure_execute (action a, action_targets& ts, bool) { // Match rules to configure every operation supported by each // project. Note that we are not calling operation_pre/post() @@ -589,7 +589,7 @@ namespace build2 } static void - disfigure_execute (action a, const action_targets& ts, bool quiet) + disfigure_execute (action a, action_targets& ts, bool quiet) { tracer trace ("disfigure_execute"); -- cgit v1.1