From: Serge Rehbinder Date: Thu, 10 Nov 2016 15:07:04 +0000 (+0100) Subject: Do not clean the build directory after a successful compilation X-Git-Tag: 5.0.0a1~53 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3ab0d308ddfff573c3ce46b1501a7bf56e7d0c77;p=tools%2Fsat.git Do not clean the build directory after a successful compilation --- 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: