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

Add a 'reconfigure' make target

Reviewed-by: NTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5197)
上级 85b8bea7
...@@ -553,6 +553,9 @@ configdata.pm : $(SRCDIR)Configure $(SRCDIR)config.com {- join(" ", @{$config{bu ...@@ -553,6 +553,9 @@ configdata.pm : $(SRCDIR)Configure $(SRCDIR)config.com {- join(" ", @{$config{bu
@ WRITE SYS$OUTPUT "*************************************************" @ WRITE SYS$OUTPUT "*************************************************"
@ PIPE ( EXIT %X10000000 ) @ PIPE ( EXIT %X10000000 )
reconfigure reconf:
perl configdata.pm -r -v
{- {-
use File::Basename; use File::Basename;
use File::Spec::Functions qw/abs2rel rel2abs catfile catdir/; use File::Spec::Functions qw/abs2rel rel2abs catfile catdir/;
......
...@@ -793,6 +793,9 @@ configdata.pm: $(SRCDIR)/Configure $(SRCDIR)/config {- join(" ", @{$config{build ...@@ -793,6 +793,9 @@ configdata.pm: $(SRCDIR)/Configure $(SRCDIR)/config {- join(" ", @{$config{build
@echo "**************************************************" @echo "**************************************************"
@false @false
reconfigure reconf:
$(PERL) configdata.pm -r -v
{- {-
use File::Basename; use File::Basename;
use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/; use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;
......
...@@ -378,6 +378,9 @@ configdata.pm: "$(SRCDIR)\Configure" {- join(" ", map { '"'.$_.'"' } @{$config{b ...@@ -378,6 +378,9 @@ configdata.pm: "$(SRCDIR)\Configure" {- join(" ", map { '"'.$_.'"' } @{$config{b
@echo "**************************************************" @echo "**************************************************"
@exit 1 @exit 1
reconfigure reconf:
"$(PERL)" configdata.pm -r -v
{- {-
use File::Basename; use File::Basename;
use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/; use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;
......
...@@ -1039,6 +1039,11 @@ ...@@ -1039,6 +1039,11 @@
uninstall uninstall
Uninstall all OpenSSL components. Uninstall all OpenSSL components.
reconfigure
reconf
Re-run the configuration process, as exactly as the last time
as possible.
update update
This is a developer option. If you are developing a patch for This is a developer option. If you are developing a patch for
OpenSSL you may need to use this if you want to update OpenSSL you may need to use this if you want to update
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册