From 960b9a32557ad054707cc1540441057808db2d8f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 23 Aug 2016 06:27:54 +0200 Subject: Rename cc.{vars,config} modules to cc.core.{vars,config} We are going to use cc.config for something else. --- build2/b.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index cd69342..61d120a 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -228,8 +228,8 @@ main (int argc, char* argv[]) bm["bin.rc.config"] = mf {nullptr, &bin::rc_config_init}; bm["bin.rc"] = mf {nullptr, &bin::rc_init}; - bm["cc.vars"] = mf {nullptr, &cc::vars_init}; - bm["cc.config"] = mf {nullptr, &cc::config_init}; + bm["cc.core.vars"] = mf {nullptr, &cc::core_vars_init}; + bm["cc.core.config"] = mf {nullptr, &cc::core_config_init}; bm["cc.core"] = mf {nullptr, &cc::core_init}; bm["cc"] = mf {nullptr, &cc::init}; -- cgit v1.1