From e6a79e537c9c51bbd835c9d1331871fac26a0fbf Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 14:27:38 +0300 Subject: Get rid of doc{version} and types for testscript and manifest in buildfiles --- build2/buildfile | 2 +- build2/version/utility.cxx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'build2') diff --git a/build2/buildfile b/build2/buildfile index e31008f..6f19c5d 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -11,7 +11,7 @@ libu{b}: {hxx ixx txx cxx}{** -b -b-options -version} \ {hxx ixx cxx}{b-options} {hxx}{version} \ $libs -hxx{version}: in{version} $src_root/file{manifest} +hxx{version}: in{version} $src_root/manifest # Pass our compiler target to be used as build2 host. # diff --git a/build2/version/utility.cxx b/build2/version/utility.cxx index 8211e85..0f8ea86 100644 --- a/build2/version/utility.cxx +++ b/build2/version/utility.cxx @@ -60,18 +60,18 @@ namespace build2 catch (const manifest_parsing& e) { location l (&in, e.line, e.column); - fail (l) << e.description; + fail (l) << e.description << endf; } catch (const manifest_serialization& e) { location l (&r.path); - fail (l) << e.description; + fail (l) << e.description << endf; } catch (const io_error& e) { fail << "io error: " << e << info << "while reading " << in << - info << "while writing " << r.path; + info << "while writing " << r.path << endf; } } } -- cgit v1.1