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.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bpkg/utility.hxx') 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; // ./ -- cgit v1.1