From c7e9f97fc7684c01c692916be1ac2cfc92024a0c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 30 Apr 2020 14:34:53 +0200 Subject: Verify path set by {src,out}-root.build files is absolute --- build2/b.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build2') diff --git a/build2/b.cxx b/build2/b.cxx index b74433d..0ff4e5c 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -1021,11 +1021,9 @@ main (int argc, char* argv[]) if (!bstrapped) { - bootstrap_out (rs, altn); - // See if the bootstrap process set/changed src_root. // - value& v (rs.assign (ctx->var_src_root)); + value& v (bootstrap_out (rs, altn)); if (v) { -- cgit v1.1