We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13386c9 + 880b77c commit cd1a8b7Copy full SHA for cd1a8b7
lib/ExtUtils/MakeMaker.pm
@@ -1222,8 +1222,8 @@ sub flush {
1222
my $self = shift;
1223
1224
my $finalname = $self->{MAKEFILE};
1225
- printf "Generating a %s %s\n", $self->make_type, $finalname;
1226
- print "Writing $finalname for $self->{NAME}\n";
+ printf "Generating a %s %s\n", $self->make_type, $finalname if $Verbose || !$self->{PARENT};
+ print "Writing $finalname for $self->{NAME}\n" if $Verbose || !$self->{PARENT};
1227
1228
unlink($finalname, "MakeMaker.tmp", $Is_VMS ? 'Descrip.MMS' : ());
1229
0 commit comments