X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configurations%2Fwindows-makefile.tmpl;h=3e8348ef6be1739e8e1431f051e888bbd173efcf;hp=ab557b8a5d8fe296a3ddb562f9d37ef19cbc07e9;hb=a1b6933ea4def7ce9333fd64ef7d6083aa306c2a;hpb=820e414d2830f2a28cd6daf49251f52f75046f2f diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index ab557b8a5d..3e8348ef6b 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -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;