aboutsummaryrefslogtreecommitdiff
path: root/build2/file.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-23 12:44:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-23 12:44:56 +0200
commit954c9ac620a3f37d45ce2aa3bd35564a519b1143 (patch)
tree33173480108c51b6a04a3f508bdb45984f8085ac /build2/file.hxx
parent437b71971053caaaa4d3e7bc406c8e0bd26e3db7 (diff)
Fix bug in inner project bootstrap during configure/disfigure
Diffstat (limited to 'build2/file.hxx')
-rw-r--r--build2/file.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/build2/file.hxx b/build2/file.hxx
index 7f319cd..bb136cf 100644
--- a/build2/file.hxx
+++ b/build2/file.hxx
@@ -165,10 +165,12 @@ namespace build2
void
create_bootstrap_outer (scope& root);
- // Create and bootstrap inner root scopes between root and base, if any. If
- // out_base is empty, then bootstrap all the way in. Return the innermost
- // created root scope or root if none were created. Note: loading is done by
- // load_root().
+ // Create and bootstrap inner root scopes, if any, recursively.
+ //
+ // If out_base is not empty, then only bootstrap scope between root and base
+ // returning the innermost created root scope or root if none were created.
+ //
+ // Note that loading is done by load_root().
//
scope&
create_bootstrap_inner (scope& root, const dir_path& out_base = dir_path ());