diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-13 08:48:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-13 08:58:15 +0200 |
commit | 1adbf7b710d52958f6c0168ccb492252c1f19d4a (patch) | |
tree | 04ce492fd006d3c5cf98222f923adcc9845194f4 /libbuild2/buildfile | |
parent | 1dbaaa16d0ea2c6af53f16ebb14c943fdd11bac4 (diff) |
Cleanup and make config/utility.?xx part of build system core
Diffstat (limited to 'libbuild2/buildfile')
-rw-r--r-- | libbuild2/buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libbuild2/buildfile b/libbuild2/buildfile index 63078ea..a253ab1 100644 --- a/libbuild2/buildfile +++ b/libbuild2/buildfile @@ -34,7 +34,9 @@ lib{build2}: cxx{utility-uninstalled}: for_install = false # These are "core modules" that come bundled with libbuild2 (see also unit # tests loop below). Note that the build system core can still function -# without them or with their alternative implementations. +# without them or with their alternative implementations. Also note that +# config/utility.?xx are part of the build system core (see comments in the +# header for details). # # NOTE: remember to update import_modules() in libbuild2/modules.cxx if adding # a new such module. |