aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-06-09 12:50:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-06-09 12:50:18 +0200
commit782c437c634dc3c54384e4c3bbcb31ef54910f90 (patch)
tree8a1088682eded0db71c9e11535a296c478f49bf2 /libbuild2/scope.hxx
parentb256e5ce05c045e6d536c728776342a5c45c5995 (diff)
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/<module>/build/ for modules). This way we can ignore them in .gitignore with a generic entry.
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r--libbuild2/scope.hxx5
1 files changed, 3 insertions, 2 deletions
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]