From 9ff442fc32887d2b8f2d19329fb9f12e723b9de7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 Jun 2022 10:05:18 +0200 Subject: Redo outdated src-root.build handling by suppressing subprojects discovery --- bpkg/utility.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bpkg/utility.cxx') 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 ("."); -- cgit v1.1