Cygwin: silence dllfixdbg

There's no good reason to print the objcopy generation rules

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2022-02-02 21:24:04 +01:00
parent ba02fef995
commit 4a70041dfd
1 changed files with 1 additions and 1 deletions
winsup/cygwin

View File

@ -65,7 +65,7 @@ sub align {
sub xit($@) { sub xit($@) {
my $execit = shift; my $execit = shift;
print "+ @_\n"; #print "+ @_\n";
if ($execit) { if ($execit) {
exec @_ or die "$0: couldn't exec $_[0] - $!\n"; exec @_ or die "$0: couldn't exec $_[0] - $!\n";
} else { } else {