From 53eb43126e562a43f4e8f2247af10da5c4c3c87f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Aug 2016 16:39:13 +0200 Subject: Rename module to init --- build2/buildfile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index b0e9cf0..7e0a925 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -35,7 +35,7 @@ exe{b}: \ {hxx ixx txx cxx}{ variable } \ {hxx }{ version } \ bin/{hxx cxx}{ guess } \ - bin/{hxx cxx}{ module } \ + bin/{hxx cxx}{ init } \ bin/{hxx cxx}{ rule } \ bin/{hxx cxx}{ target } \ c/{hxx cxx}{ init } \ @@ -52,22 +52,23 @@ exe{b}: \ cc/{hxx ixx cxx}{ utility } \ cc/{ cxx}{ windows-manifest } \ cc/{ cxx}{ windows-rpath } \ - cli/{hxx cxx}{ module } \ + cli/{hxx cxx}{ init } \ cli/{hxx cxx}{ rule } \ cli/{hxx cxx}{ target } \ - config/{hxx cxx}{ module } \ + config/{hxx cxx}{ init } \ + config/{hxx }{ module } \ config/{hxx cxx}{ operation } \ config/{hxx txx cxx}{ utility } \ - cxx/{hxx cxx}{ module } \ + cxx/{hxx cxx}{ init } \ cxx/{hxx cxx}{ target } \ - dist/{hxx cxx}{ module } \ + dist/{hxx cxx}{ init } \ dist/{hxx cxx}{ operation } \ dist/{hxx cxx}{ rule } \ -install/{hxx cxx}{ module } \ +install/{hxx cxx}{ init } \ install/{hxx cxx}{ operation } \ install/{hxx cxx}{ rule } \ install/{hxx }{ utility } \ - test/{hxx cxx}{ module } \ + test/{hxx cxx}{ init } \ test/{hxx cxx}{ operation } \ test/{hxx cxx}{ rule } \ $libs -- cgit v1.1