aboutsummaryrefslogtreecommitdiff
path: root/build2/file
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-28 09:14:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-28 16:03:35 +0200
commit3ce44330cca9dbc4314feebb27403ebc3175b6c2 (patch)
tree8c1f27442f3b2dafaec3ba50baaca3d5fd63dca7 /build2/file
parent9d0d078ff297138622cd2f3f1076f5984395e42b (diff)
New variable architecture
Diffstat (limited to 'build2/file')
-rw-r--r--build2/file10
1 files changed, 10 insertions, 0 deletions
diff --git a/build2/file b/build2/file
index 4f8c8db..b198557 100644
--- a/build2/file
+++ b/build2/file
@@ -93,6 +93,16 @@ namespace build2
bool
bootstrap_src (scope& root);
+ // Return true if this scope has already been bootstrapped, that is, the
+ // following calls have already been made:
+ //
+ // bootstrap_out()
+ // setup_root()
+ // bootstrap_src()
+ //
+ bool
+ bootstrapped (scope& root);
+
// Create and bootstrap outer root scopes, if any. Loading is
// done by load_root_pre() below.
//