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.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/config/operation.hxx') diff --git a/build2/config/operation.hxx b/build2/config/operation.hxx index bf9403f..1317d38 100644 --- a/build2/config/operation.hxx +++ b/build2/config/operation.hxx @@ -14,8 +14,8 @@ namespace build2 { namespace config { - extern const meta_operation_info configure; - extern const meta_operation_info disfigure; + extern const meta_operation_info mo_configure; + extern const meta_operation_info mo_disfigure; const string& preprocess_create (const variable_overrides&, -- cgit v1.1