aboutsummaryrefslogtreecommitdiff
path: root/build2/operation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r--build2/operation.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx
index ef620ba..c5ba2fb 100644
--- a/build2/operation.cxx
+++ b/build2/operation.cxx
@@ -172,6 +172,7 @@ namespace build2
}
meta_operation_info perform {
+ perform_id,
"perform",
"",
"",
@@ -189,6 +190,7 @@ namespace build2
// operations
//
operation_info default_ {
+ default_id,
"<default>",
"",
"",
@@ -199,6 +201,7 @@ namespace build2
};
operation_info update {
+ update_id,
"update",
"update",
"updating",
@@ -209,6 +212,7 @@ namespace build2
};
operation_info clean {
+ clean_id,
"clean",
"clean",
"cleaning",