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/spec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/spec.cxx') diff --git a/build2/spec.cxx b/build2/spec.cxx index da581c8..0e5bd75 100644 --- a/build2/spec.cxx +++ b/build2/spec.cxx @@ -19,7 +19,7 @@ namespace build2 // Avoid printing './' in './@...', similar to what we do for the // {target,prerequisite}_key. // - if (stream_verb (os) < 2) + if (stream_verb (os).path < 1) { const string& r (diag_relative (s.src_base, false)); -- cgit v1.1