From aec5f7309b2ee7210dc39de9c792f35273c73c10 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Jan 2016 12:03:50 +0200 Subject: Differentiate extension printing according to stream verbosity --- build2/cli/target.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/cli/target.cxx') diff --git a/build2/cli/target.cxx b/build2/cli/target.cxx index f5b4ee6..44d1a9a 100644 --- a/build2/cli/target.cxx +++ b/build2/cli/target.cxx @@ -24,6 +24,7 @@ namespace build2 &file::static_type, &target_factory, &target_extension_var, + nullptr, &search_file, false }; @@ -70,6 +71,7 @@ namespace build2 &mtime_target::static_type, &cli_cxx_factory, nullptr, + nullptr, &search_target, true // "See through" default iteration mode. }; -- cgit v1.1