diff options
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r-- | build2/operation.cxx | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx index f8ce46f..57ad84b 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -170,6 +170,22 @@ namespace build2 } } + meta_operation_info noop { + noop_id, + "noop", + "", // Presumably we will never need these since we are not going + "", // to do anything. + "", + nullptr, // meta-operation pre + nullptr, // operation pre + &load, + nullptr, // search + nullptr, // match + nullptr, // execute + nullptr, // operation post + nullptr // meta-operation post + }; + meta_operation_info perform { perform_id, "perform", |