From 77c639f4db23b554c7d453dcfd012e7dfbc3dea6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 5 Mar 2019 13:40:52 +0300 Subject: Align with latest bdep-new --- bbot/buildfile | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/bbot/buildfile b/bbot/buildfile index 857e0a1..dbb32c6 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -9,9 +9,13 @@ # update for install). # define service: file -service{*}: extension = service -service{*}: install = lib/systemd/system/ -service{*}: install.mode = 644 + +service{*}: +{ + extension = service + install = lib/systemd/system/ + install.mode = 644 +} import libs = libbutl%lib{butl} import libs += libbbot%lib{bbot} @@ -70,6 +74,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