aboutsummaryrefslogtreecommitdiff
path: root/build2/operation
diff options
context:
space:
mode:
Diffstat (limited to 'build2/operation')
-rw-r--r--build2/operation10
1 files changed, 6 insertions, 4 deletions
diff --git a/build2/operation b/build2/operation
index 730a958..e04d1a3 100644
--- a/build2/operation
+++ b/build2/operation
@@ -99,10 +99,11 @@ namespace build2
// Id constants for build-in and pre-defined meta/operations.
//
- const meta_operation_id perform_id = 1;
- const meta_operation_id configure_id = 2;
- const meta_operation_id disfigure_id = 3;
- const meta_operation_id dist_id = 4;
+ const meta_operation_id noop_id = 1; // nomop?
+ const meta_operation_id perform_id = 2;
+ const meta_operation_id configure_id = 3;
+ const meta_operation_id disfigure_id = 4;
+ const meta_operation_id dist_id = 5;
// The default operation is a special marker that can be used to indicate
// that no operation was explicitly specified by the user. If adding
@@ -250,6 +251,7 @@ namespace build2
void
execute (action, const action_targets&, bool quiet);
+ extern meta_operation_info noop;
extern meta_operation_info perform;
// Operation info.