From 530e8914ba00ce0e7ee89ba30d2b88f2c09f43c9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 16 Dec 2017 14:14:15 +0200 Subject: Split stream verbosity into components (path, extension) Use to make sure structured result output always contains absolute target path. --- build2/prerequisite.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/prerequisite.cxx') diff --git a/build2/prerequisite.cxx b/build2/prerequisite.cxx index 6233ec4..b8c1791 100644 --- a/build2/prerequisite.cxx +++ b/build2/prerequisite.cxx @@ -34,7 +34,7 @@ namespace build2 // const dir_path& s (pk.scope->out_path ()); - if (stream_verb (os) < 2) + if (stream_verb (os).path < 1) { const string& r (diag_relative (s, false)); -- cgit v1.1