diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-03 16:23:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-03 16:23:49 +0200 |
commit | 736812cb586e0f80742337dce802ad24adf331ad (patch) | |
tree | 96d5e5e35d4409804b04117a623f9b25ff1bb03f /libbuild2/file.hxx | |
parent | de97813722312ee64f0cb666eeb931d179a09ecc (diff) |
Cutoff amalgamation and subproject for simple projects
Diffstat (limited to 'libbuild2/file.hxx')
-rw-r--r-- | libbuild2/file.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx index f64f130..856a248 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -161,10 +161,9 @@ namespace build2 LIBBUILD2_SYMEXPORT value& bootstrap_out (scope& root, optional<bool>& altn); - // Bootstrap the project's root scope, the src part. Return true if we - // loaded anything (which confirms the src_root is not bogus). + // Bootstrap the project's root scope, the src part. // - LIBBUILD2_SYMEXPORT bool + LIBBUILD2_SYMEXPORT void bootstrap_src (scope& root, optional<bool>& altn); // Return true if this scope has already been bootstrapped, that is, the |