public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: silence dllfixdbg
@ 2022-02-02 20:44 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2022-02-02 20:44 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4a70041dfd3e42f743ef21d788be65e7fac7e9e7

commit 4a70041dfd3e42f743ef21d788be65e7fac7e9e7
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Wed Feb 2 21:24:04 2022 +0100

    Cygwin: silence dllfixdbg
    
    There's no good reason to print the objcopy generation rules
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/dllfixdbg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/dllfixdbg b/winsup/cygwin/dllfixdbg
index a2f1210fd..1ae64a1ef 100755
--- a/winsup/cygwin/dllfixdbg
+++ b/winsup/cygwin/dllfixdbg
@@ -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 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-02 20:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 20:44 [newlib-cygwin] Cygwin: silence dllfixdbg Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).