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/dist/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/dist/init.cxx') diff --git a/build2/dist/init.cxx b/build2/dist/init.cxx index d002868..33ddcd7 100644 --- a/build2/dist/init.cxx +++ b/build2/dist/init.cxx @@ -32,7 +32,7 @@ namespace build2 // Register meta-operation. // - rs.meta_operations.insert (dist_id, dist); + rs.meta_operations.insert (dist_id, mo_dist); // Enter module variables. Do it during boot in case they get assigned // in bootstrap.build (which is customary for, e.g., dist.package). -- cgit v1.1