From: Richard Levitte Date: Fri, 1 Feb 2019 09:51:20 +0000 (+0100) Subject: VMS: Clean away stray debugging prints from descrip.mms.tmpl X-Git-Tag: openssl-3.0.0-alpha1~2584 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1050f687226d43720da59a22b9afe45a4840659e;p=oweals%2Fopenssl.git VMS: Clean away stray debugging prints from descrip.mms.tmpl Reviewed-by: Tim Hudson Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8140) --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 46b9ffcb78..a0bc93dcf1 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$|) {