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
winsup/cygwin
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue