From 9660583066eed327dacc0838f9c7741f2c8bf50c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 Aug 2017 14:30:26 +0300 Subject: Don't clean generated cli files from src --- bbot/buildfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bbot/buildfile') diff --git a/bbot/buildfile b/bbot/buildfile index 70085cf..e6df687 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -66,7 +66,10 @@ if $cli.configured worker/cli.cxx{worker-options}: cli.options += --include-prefix bbot/worker \ --guard-prefix BBOT_WORKER - # Include generated cli files into the distribution. + # Include the generated cli files into the distribution and don't remove + # them when cleaning in src (so that clean results in a state identical to + # distributed). # - cli.cxx{*}: dist = true + cli.cxx{*}: dist = true + cli.cxx{*}: clean = ($src_root != $out_root) } -- cgit v1.1