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/cxx/target.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/cxx') diff --git a/build2/cxx/target.cxx b/build2/cxx/target.cxx index 5a909a5..c5b5080 100644 --- a/build2/cxx/target.cxx +++ b/build2/cxx/target.cxx @@ -19,6 +19,7 @@ namespace build2 &file::static_type, &target_factory, &target_extension_var, + nullptr, &search_file, false }; @@ -30,6 +31,7 @@ namespace build2 &file::static_type, &target_factory, &target_extension_var, + nullptr, &search_file, false }; @@ -41,6 +43,7 @@ namespace build2 &file::static_type, &target_factory, &target_extension_var, + nullptr, &search_file, false }; @@ -52,6 +55,7 @@ namespace build2 &file::static_type, &target_factory, &target_extension_var, + nullptr, &search_file, false }; @@ -63,6 +67,7 @@ namespace build2 &file::static_type, &target_factory, &target_extension_var, + nullptr, &search_file, false }; @@ -74,6 +79,7 @@ namespace build2 &file::static_type, &target_factory, &target_extension_var, + nullptr, &search_file, false }; -- cgit v1.1