From 0dc03d406a9958adb27ff49f568685f6e80f01ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Feb 2018 10:29:03 +0200 Subject: Add progress to dist meta-operation --- build2/config/operation.cxx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'build2/config') diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index a284f65..65592c5 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -348,13 +348,14 @@ namespace build2 } static void - configure_match (const values&, action, action_targets&, uint16_t) + configure_match (const values&, action, action_targets&, uint16_t, bool) { // Don't match anything -- see execute (). } static void - configure_execute (const values&, action a, action_targets& ts, uint16_t) + configure_execute (const values&, action a, action_targets& ts, + uint16_t, bool) { // Match rules to configure every operation supported by each // project. Note that we are not calling operation_pre/post() @@ -497,7 +498,7 @@ namespace build2 } static void - disfigure_match (const values&, action, action_targets&, uint16_t) + disfigure_match (const values&, action, action_targets&, uint16_t, bool) { } @@ -595,10 +596,8 @@ namespace build2 } static void - disfigure_execute (const values&, - action a, - action_targets& ts, - uint16_t diag) + disfigure_execute (const values&, action a, action_targets& ts, + uint16_t diag, bool) { tracer trace ("disfigure_execute"); -- cgit v1.1