From 782c437c634dc3c54384e4c3bbcb31ef54910f90 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Jun 2020 12:50:18 +0200 Subject: Move recipe build directory to build/build/recipes/ Our new scheme is to have any "out" content in a subdirectory called build/ (build/build/ for the build system core, build//build/ for modules). This way we can ignore them in .gitignore with a generic entry. --- libbuild2/scope.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libbuild2/scope.hxx') diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx index 473dde8..027fa46 100644 --- a/libbuild2/scope.hxx +++ b/libbuild2/scope.hxx @@ -430,8 +430,9 @@ namespace build2 const path& buildfile_file; // buildfile or build2file const path& buildignore_file; // buildignore or build2ignore - const dir_path& root_dir; // build[2]/root/ - const dir_path& bootstrap_dir; // build[2]/bootstrap/ + const dir_path& root_dir; // build[2]/root/ + const dir_path& bootstrap_dir; // build[2]/bootstrap/ + const dir_path& build_build_dir; // build[2]/build/ const path& bootstrap_file; // build[2]/bootstrap.build[2] const path& root_file; // build[2]/root.build[2] -- cgit v1.1