From 3ab0d308ddfff573c3ce46b1501a7bf56e7d0c77 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Thu, 10 Nov 2016 16:07:04 +0100 Subject: [PATCH] Do not clean the build directory after a successful compilation --- commands/compile.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/commands/compile.py b/commands/compile.py index cc82669..9a2d095 100644 --- a/commands/compile.py +++ b/commands/compile.py @@ -368,15 +368,6 @@ def compile_all_products(sat, config, options, products_infos, logger): verbose=0, logger_add_link = logger) res += 1 - else: - if not src.product.product_is_dev(p_info): - log_step(logger, header, "CLEAN BUILD") - sat.clean(config.VARS.application + - " --products " + p_name + - " --build", - batch=True, - verbose=0, - logger_add_link = logger) # Log the result if res_prod > 0: -- 2.39.2