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:
parent
ba02fef995
commit
4a70041dfd
|
@ -65,7 +65,7 @@ sub align {
|
|||
|
||||
sub xit($@) {
|
||||
my $execit = shift;
|
||||
print "+ @_\n";
|
||||
#print "+ @_\n";
|
||||
if ($execit) {
|
||||
exec @_ or die "$0: couldn't exec $_[0] - $!\n";
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue