From c7dabff3aaab59649fba8dc18ae5dadf0c0b8f20 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 Nov 2017 08:34:22 +0200 Subject: Improve skipped update diagnostics Instead of printing a line for each target skipped we now print a summary with count at the end. We also now show the skip count in progress. --- build2/context.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/context.cxx') diff --git a/build2/context.cxx b/build2/context.cxx index d074d9c..68c7e6d 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -204,6 +204,7 @@ namespace build2 atomic_count dependency_count; atomic_count target_count; + atomic_count skip_count; bool keep_going = false; -- cgit v1.1