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 --- libbuild2/file.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libbuild2/file.hxx') diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx index 231ea73..8af408e 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -158,9 +158,10 @@ namespace build2 LIBBUILD2_SYMEXPORT dir_path bootstrap_fwd (context&, const dir_path& src_root, optional& altn); - // Bootstrap the project's root scope, the out part. + // Bootstrap the project's root scope, the out part. Return the src_root + // variable value (which can be NULL). // - LIBBUILD2_SYMEXPORT void + LIBBUILD2_SYMEXPORT value& bootstrap_out (scope& root, optional& altn); // Bootstrap the project's root scope, the src part. Return true if we -- cgit v1.1