From 719a878ea705fad59e60fe15625aacaab2684a81 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 5 Mar 2019 13:18:11 +0300 Subject: Align with latest bdep-new --- clean/buildfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'clean/buildfile') diff --git a/clean/buildfile b/clean/buildfile index 638b206..8cda205 100644 --- a/clean/buildfile +++ b/clean/buildfile @@ -26,6 +26,9 @@ if $cli.configured # them when cleaning in src (so that clean results in a state identical to # distributed). # - cli.cxx{*}: dist = true - cli.cxx{*}: clean = ($src_root != $out_root) + cli.cxx{*}: + { + dist = true + clean = ($src_root != $out_root) + } } -- cgit v1.1