[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Fri Feb 1 14:58:54 UTC 2019
The branch master has been updated
via 1050f687226d43720da59a22b9afe45a4840659e (commit)
from 09d62b336d9e2a11b330d45d4f0f3f37cbb0d674 (commit)
- Log -----------------------------------------------------------------
commit 1050f687226d43720da59a22b9afe45a4840659e
Author: Richard Levitte <levitte at openssl.org>
Date: Fri Feb 1 10:51:20 2019 +0100
VMS: Clean away stray debugging prints from descrip.mms.tmpl
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8140)
-----------------------------------------------------------------------
Summary of changes:
Configurations/descrip.mms.tmpl | 5 -----
1 file changed, 5 deletions(-)
diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index 46b9ffc..a0bc93d 100644
--- a/Configurations/descrip.mms.tmpl
+++ b/Configurations/descrip.mms.tmpl
@@ -102,9 +102,6 @@
return "$target : build_generated\n\t\pipe \$(MMS) \$(MMSQUALIFIERS) depend && \$(MMS) \$(MMSQUALIFIERS) _$target\n_$target";
}
- #use Data::Dumper;
- #print STDERR "DEBUG: before:\n", Dumper($unified_info{before});
- #print STDERR "DEBUG: after:\n", Dumper($unified_info{after});
"";
-}
PLATFORM={- $config{target} -}
@@ -1097,10 +1094,8 @@ EOF
join("\n\t", "WRITE OPT_FILE \"CASE_SENSITIVE=YES\"",
map { my @lines = ();
use Data::Dumper;
- print STDERR "DEBUG: ",Dumper($_);
my $x = $_->{lib} =~ /\[/
? $_->{lib} : "[]".$_->{lib};
- print STDERR "DEBUG: ",Dumper($x);
if ($x =~ m|\.EXE$|) {
push @lines, "\@ WRITE OPT_FILE \"$x/SHARE\"";
} elsif ($x =~ m|\.OLB$|) {
More information about the openssl-commits
mailing list