summaryrefslogtreecommitdiffstats
path: root/Configurations/unix-Makefile.tmpl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-02-02 20:33:13 +0100
committerRichard Levitte <levitte@openssl.org>2018-02-22 15:01:44 +0100
commita1b6933ea4def7ce9333fd64ef7d6083aa306c2a (patch)
tree6c41a1320d0bf9cbaf46489d8a108531a3235efc /Configurations/unix-Makefile.tmpl
parent820e414d2830f2a28cd6daf49251f52f75046f2f (diff)
Build file templates: be less verbose when reconfiguring
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5247)
Diffstat (limited to 'Configurations/unix-Makefile.tmpl')
-rw-r--r--Configurations/unix-Makefile.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index a7ec6a15e2..b3edd66a56 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -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;