Build file templates: be less verbose when reconfiguring
[openssl.git] / Configurations / descrip.mms.tmpl
index ab2485ae37e0adf4a4d492006e02821dbf5e6137..72bae8bbd02dac6c2d271835ce42c1f194171b68 100644 (file)
@@ -558,7 +558,7 @@ debug_logicals :
 # Building targets ###################################################
 
 configdata.pm : $(SRCDIR)Configure $(SRCDIR)config.com {- join(" ", @{$config{build_file_templates}}, @{$config{build_infos}}, @{$config{conf_files}}) -}
 # Building targets ###################################################
 
 configdata.pm : $(SRCDIR)Configure $(SRCDIR)config.com {- join(" ", @{$config{build_file_templates}}, @{$config{build_infos}}, @{$config{conf_files}}) -}
-        perl configdata.pm -r -v
+        perl configdata.pm -r
         @ WRITE SYS$OUTPUT "*************************************************"
         @ WRITE SYS$OUTPUT "***                                           ***"
         @ WRITE SYS$OUTPUT "***   Please run the same mms command again   ***"
         @ WRITE SYS$OUTPUT "*************************************************"
         @ WRITE SYS$OUTPUT "***                                           ***"
         @ WRITE SYS$OUTPUT "***   Please run the same mms command again   ***"
@@ -567,7 +567,7 @@ configdata.pm : $(SRCDIR)Configure $(SRCDIR)config.com {- join(" ", @{$config{bu
         @ PIPE ( EXIT %X10000000 )
 
 reconfigure reconf :
         @ PIPE ( EXIT %X10000000 )
 
 reconfigure reconf :
-       perl configdata.pm -r -v
+       perl configdata.pm -r
 
 {-
   use File::Basename;
 
 {-
   use File::Basename;