提交 a1b6933e 编写于 作者: R Richard Levitte

Build file templates: be less verbose when reconfiguring

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5247)
上级 820e414d
...@@ -558,7 +558,7 @@ debug_logicals : ...@@ -558,7 +558,7 @@ debug_logicals :
# Building targets ################################################### # Building targets ###################################################
configdata.pm : $(SRCDIR)Configure $(SRCDIR)config.com {- join(" ", @{$config{build_file_templates}}, @{$config{build_infos}}, @{$config{conf_files}}) -} 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 "*** ***" @ WRITE SYS$OUTPUT "*** ***"
@ WRITE SYS$OUTPUT "*** Please run the same mms command again ***" @ WRITE SYS$OUTPUT "*** Please run the same mms command again ***"
...@@ -567,7 +567,7 @@ configdata.pm : $(SRCDIR)Configure $(SRCDIR)config.com {- join(" ", @{$config{bu ...@@ -567,7 +567,7 @@ configdata.pm : $(SRCDIR)Configure $(SRCDIR)config.com {- join(" ", @{$config{bu
@ PIPE ( EXIT %X10000000 ) @ PIPE ( EXIT %X10000000 )
reconfigure reconf : reconfigure reconf :
perl configdata.pm -r -v perl configdata.pm -r
{- {-
use File::Basename; use File::Basename;
......
...@@ -787,7 +787,7 @@ openssl.pc: ...@@ -787,7 +787,7 @@ openssl.pc:
configdata.pm: $(SRCDIR)/Configure $(SRCDIR)/config {- join(" ", @{$config{build_file_templates}}, @{$config{build_infos}}, @{$config{conf_files}}) -} configdata.pm: $(SRCDIR)/Configure $(SRCDIR)/config {- join(" ", @{$config{build_file_templates}}, @{$config{build_infos}}, @{$config{conf_files}}) -}
@echo "Detected changed: $?" @echo "Detected changed: $?"
$(PERL) configdata.pm -r -v $(PERL) configdata.pm -r
@echo "**************************************************" @echo "**************************************************"
@echo "*** ***" @echo "*** ***"
@echo "*** Please run the same make command again ***" @echo "*** Please run the same make command again ***"
...@@ -796,7 +796,7 @@ configdata.pm: $(SRCDIR)/Configure $(SRCDIR)/config {- join(" ", @{$config{build ...@@ -796,7 +796,7 @@ configdata.pm: $(SRCDIR)/Configure $(SRCDIR)/config {- join(" ", @{$config{build
@false @false
reconfigure reconf: reconfigure reconf:
$(PERL) configdata.pm -r -v $(PERL) configdata.pm -r
{- {-
use File::Basename; use File::Basename;
......
...@@ -372,7 +372,7 @@ uninstall_html_docs: ...@@ -372,7 +372,7 @@ uninstall_html_docs:
configdata.pm: "$(SRCDIR)\Configure" {- join(" ", map { '"'.$_.'"' } @{$config{build_file_templates}}, @{$config{build_infos}}, @{$config{conf_files}}) -} configdata.pm: "$(SRCDIR)\Configure" {- join(" ", map { '"'.$_.'"' } @{$config{build_file_templates}}, @{$config{build_infos}}, @{$config{conf_files}}) -}
@echo "Detected changed: $?" @echo "Detected changed: $?"
"$(PERL)" configdata.pm -r -v "$(PERL)" configdata.pm -r
@echo "**************************************************" @echo "**************************************************"
@echo "*** ***" @echo "*** ***"
@echo "*** Please run the same make command again ***" @echo "*** Please run the same make command again ***"
...@@ -381,7 +381,7 @@ configdata.pm: "$(SRCDIR)\Configure" {- join(" ", map { '"'.$_.'"' } @{$config{b ...@@ -381,7 +381,7 @@ configdata.pm: "$(SRCDIR)\Configure" {- join(" ", map { '"'.$_.'"' } @{$config{b
@exit 1 @exit 1
reconfigure reconf: reconfigure reconf:
"$(PERL)" configdata.pm -r -v "$(PERL)" configdata.pm -r
{- {-
use File::Basename; use File::Basename;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册