From f11d720f2fb62b46ad17d3aa3850140a4839f114 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 13 Dec 2017 14:20:54 +0200 Subject: Implement info meta operation This meta operation can be used to print basic information (name, version, source/output roots, etc) for one or more projects. --- build2/config/operation.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/config/operation.cxx') diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index 2fad6b0..64919f8 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -395,7 +395,7 @@ namespace build2 } } - const meta_operation_info configure { + const meta_operation_info mo_configure { configure_id, "configure", "configure", @@ -624,7 +624,7 @@ namespace build2 } } - const meta_operation_info disfigure { + const meta_operation_info mo_disfigure { disfigure_id, "disfigure", "disfigure", @@ -807,7 +807,7 @@ namespace build2 } params.clear (); - return configure.name; + return mo_configure.name; } } } -- cgit v1.1