Build file templates: be less verbose when reconfiguring
authorRichard Levitte <levitte@openssl.org>
Fri, 2 Feb 2018 19:33:13 +0000 (20:33 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 22 Feb 2018 14:01:44 +0000 (15:01 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5247)

Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.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}}) -}
-        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   ***"
@@ -567,7 +567,7 @@ configdata.pm : $(SRCDIR)Configure $(SRCDIR)config.com {- join(" ", @{$config{bu
         @ PIPE ( EXIT %X10000000 )
 
 reconfigure reconf :
-       perl configdata.pm -r -v
+       perl configdata.pm -r
 
 {-
   use File::Basename;
index a7ec6a15e2a941b6dc408f08216d471ee63140e4..b3edd66a56c9ae6b4275ea568593072735424eda 100644 (file)
@@ -787,7 +787,7 @@ openssl.pc:
 
 configdata.pm: $(SRCDIR)/Configure $(SRCDIR)/config {- join(" ", @{$config{build_file_templates}}, @{$config{build_infos}}, @{$config{conf_files}}) -}
        @echo "Detected changed: $?"
-       $(PERL) configdata.pm -r -v
+       $(PERL) configdata.pm -r
        @echo "**************************************************"
        @echo "***                                            ***"
        @echo "***   Please run the same make command again   ***"
@@ -796,7 +796,7 @@ configdata.pm: $(SRCDIR)/Configure $(SRCDIR)/config {- join(" ", @{$config{build
        @false
 
 reconfigure reconf:
-       $(PERL) configdata.pm -r -v
+       $(PERL) configdata.pm -r
 
 {-
   use File::Basename;
index ab557b8a5d8fe296a3ddb562f9d37ef19cbc07e9..3e8348ef6be1739e8e1431f051e888bbd173efcf 100644 (file)
@@ -372,7 +372,7 @@ uninstall_html_docs:
 
 configdata.pm: "$(SRCDIR)\Configure" {- join(" ", map { '"'.$_.'"' } @{$config{build_file_templates}}, @{$config{build_infos}}, @{$config{conf_files}}) -}
        @echo "Detected changed: $?"
-       "$(PERL)" configdata.pm -r -v
+       "$(PERL)" configdata.pm -r
        @echo "**************************************************"
        @echo "***                                            ***"
        @echo "***   Please run the same make command again   ***"
@@ -381,7 +381,7 @@ configdata.pm: "$(SRCDIR)\Configure" {- join(" ", map { '"'.$_.'"' } @{$config{b
        @exit 1
 
 reconfigure reconf:
-       "$(PERL)" configdata.pm -r -v
+       "$(PERL)" configdata.pm -r
 
 {-
  use File::Basename;