aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-06-17 10:05:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-06-17 10:05:18 +0200
commit9ff442fc32887d2b8f2d19329fb9f12e723b9de7 (patch)
tree969c2cc694026c1e40e8ea9d67b18c4aba392adc /bpkg/utility.hxx
parent7923f9611e728926933e4b8a8e9f530966f0fc0c (diff)
Redo outdated src-root.build handling by suppressing subprojects discovery
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index 34bda27..597800c 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -88,14 +88,10 @@ namespace bpkg
extern const dir_path std_build_dir; // build/
extern const path std_bootstrap_file; // build/bootstrap.build
extern const path std_root_file; // build/root.build
- extern const dir_path std_bootstrap_dir; // build/bootstrap
- extern const path std_src_root_file; // build/bootstrap/src-root.build
extern const dir_path alt_build_dir; // build2/
extern const path alt_bootstrap_file; // build2/bootstrap.build2
extern const path alt_root_file; // build2/root.build2
- extern const dir_path alt_bootstrap_dir; // build2/bootstrap
- extern const path alt_src_root_file; // build2/bootstrap/src-root.build2
extern const dir_path current_dir; // ./