Salome HOME
sat #18867 : pour les url des bases git : substitution des references par leur valeur...
[tools/sat.git] / commands / makeinstall.py
index ff13382d5e6a96002ce4ddae003f9466b43641eb..b01ee62679f8468bc138c787e672e71ba38a6ecb 100644 (file)
@@ -23,8 +23,7 @@ import src
 # Define all possible option for the makeinstall command : sat makeinstall <options>
 parser = src.options.Options()
 parser.add_option('p', 'products', 'list2', 'products',
-    _('Optional: products to install. This option can be'
-    ' passed several time to install several products.'))
+    _('Optional: products to install. This option accepts a comma separated list.'))
 
 
 def log_step(logger, header, step):
@@ -91,7 +90,7 @@ def makeinstall_product(p_name_info, config, logger):
 
     # Instantiate the class that manages all the construction commands
     # like cmake, make, make install, make test, environment management, etc...
-    builder = src.compilation.Builder(config, logger, p_info)
+    builder = src.compilation.Builder(config, logger, p_name, p_info)
     
     # Prepare the environment
     log_step(logger, header, "PREPARE ENV")
@@ -174,4 +173,4 @@ def run(args, runner, logger):
           'valid_result': nb_products - res,
           'nb_products': nb_products }, 1)    
     
-    return res 
\ No newline at end of file
+    return res