From 736812cb586e0f80742337dce802ad24adf331ad Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 3 Jul 2020 16:23:49 +0200 Subject: Cutoff amalgamation and subproject for simple projects --- libbuild2/file.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libbuild2/file.hxx') 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& 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& altn); // Return true if this scope has already been bootstrapped, that is, the -- cgit v1.1