aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.cxx
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.cxx
parent7923f9611e728926933e4b8a8e9f530966f0fc0c (diff)
Redo outdated src-root.build handling by suppressing subprojects discovery
Diffstat (limited to 'bpkg/utility.cxx')
-rw-r--r--bpkg/utility.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx
index 651b5c0..d229205 100644
--- a/bpkg/utility.cxx
+++ b/bpkg/utility.cxx
@@ -29,14 +29,10 @@ namespace bpkg
const dir_path std_build_dir ("build");
const path std_bootstrap_file (dir_path (std_build_dir) /= "bootstrap.build");
const path std_root_file (dir_path (std_build_dir) /= "root.build");
- const dir_path std_bootstrap_dir (dir_path (std_build_dir) /= "bootstrap");
- const path std_src_root_file (std_bootstrap_dir / "src-root.build");
const dir_path alt_build_dir ("build2");
const path alt_bootstrap_file (dir_path (alt_build_dir) /= "bootstrap.build2");
const path alt_root_file (dir_path (alt_build_dir) /= "root.build2");
- const dir_path alt_bootstrap_dir (dir_path (alt_build_dir) /= "bootstrap");
- const path alt_src_root_file (alt_bootstrap_dir / "src-root.build2");
const dir_path current_dir (".");