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/c/init.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/c') diff --git a/build2/c/init.cxx b/build2/c/init.cxx index 88f0b2b..fa17227 100644 --- a/build2/c/init.cxx +++ b/build2/c/init.cxx @@ -103,10 +103,10 @@ namespace build2 if (first) { - // Load cc.vars so that we can cache all the cc.* variables. + // Load cc.core.vars so that we can cache all the cc.* variables. // - if (!cast_false (b["cc.vars.loaded"])) - load_module ("cc.vars", r, b, loc); + if (!cast_false (b["cc.core.vars.loaded"])) + load_module ("cc.core.vars", r, b, loc); // Enter all the variables and initialize the module data. // -- cgit v1.1