From 3ce44330cca9dbc4314feebb27403ebc3175b6c2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Mar 2016 09:14:31 +0200 Subject: New variable architecture --- build2/file | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'build2/file') 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. // -- cgit v1.1