From 0342dc2fcdd78ef28a4e59d84193a3807068d726 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Apr 2016 07:57:19 +0200 Subject: New configuration logic, iteration 1 --- build2/operation.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/operation.cxx') 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, "", "", "", @@ -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", -- cgit v1.1