From 5d54628076bd7fc97e90c81b6d0df0fef4ceae20 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 May 2018 16:39:45 +0200 Subject: Tolerate misconfigured src_root in info and disfigure meta-operations --- build2/file.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build2/file.hxx') diff --git a/build2/file.hxx b/build2/file.hxx index 23362c8..08d089d 100644 --- a/build2/file.hxx +++ b/build2/file.hxx @@ -57,6 +57,11 @@ namespace build2 pair find_out_root (const dir_path&); + // The old/new src_root paths. See main() (where they are set) for details. + // + extern dir_path old_src_root; + extern dir_path new_src_root; + // If buildfile is '-', then read from STDIN. // void -- cgit v1.1