From 9f1eb19bff0d95a17c08d9f689a67600feba2912 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 Aug 2017 16:04:22 +0300 Subject: Don't clean generated cli files from src --- cli/buildfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cli/buildfile b/cli/buildfile index 48c69f7..b6bf89a 100644 --- a/cli/buildfile +++ b/cli/buildfile @@ -22,7 +22,10 @@ if $cli.configured --guard-prefix CLI --generate-file-scanner --generate-specifier \ --reserved-name stdout - # 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