From bdb1c184cc869dbf7d70f4f8fd373f31c9e3f10d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Oct 2021 08:10:11 +0200 Subject: Pass --[no]-progress in sync hook based on $build.progress --- bdep/sync.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'bdep') diff --git a/bdep/sync.cxx b/bdep/sync.cxx index 5c1c500..721985c 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -1840,6 +1840,7 @@ namespace bdep << " $getenv('BDEP_SYNC') == 1)" << endl << " run '" << argv0 << "' sync --hook=1 " << "--verbose $build.verbosity " << + "($build.progress == [null] ? : $build.progress ? --progress : --no-progress) " << "--config \"$out_root\"" << endl << "}" << endl; -- cgit v1.1