aboutsummaryrefslogtreecommitdiff
path: root/build2/file.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-14 16:39:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-14 16:39:45 +0200
commit5d54628076bd7fc97e90c81b6d0df0fef4ceae20 (patch)
tree98b786107baeb5b1bef4561a00cb7d50df48e561 /build2/file.hxx
parent74b1b8228d3e5916a838f5399211bf49e93b5a2c (diff)
Tolerate misconfigured src_root in info and disfigure meta-operations
Diffstat (limited to 'build2/file.hxx')
-rw-r--r--build2/file.hxx5
1 files changed, 5 insertions, 0 deletions
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<dir_path, bool>
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