From 8b07d68462c5fec92fd5a4aab77ddfd425d1f8d0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Jan 2018 12:46:10 +0200 Subject: Implement compiler_info caching --- build2/utility.txx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'build2/utility.txx') diff --git a/build2/utility.txx b/build2/utility.txx index cea44ad..0d9d342 100644 --- a/build2/utility.txx +++ b/build2/utility.txx @@ -66,11 +66,12 @@ namespace build2 bool ignore_exit, sha256* checksum) { - if (verb >= verbosity) - print_process (args, 0); - - process pr (run_start (pp, args, 0 /* stdin */, -1 /* stdout */, err)); - + process pr (run_start (verbosity, + pp, + args, + 0 /* stdin */, + -1 /* stdout */, + err)); T r; string l; // Last line of output. -- cgit v1.1