On Fri, 10 Dec 2004, Ralf Wildenhues wrote:

So, ok to apply the patch below to HEAD?

Looks good to me.

Bob


Regards, Ralf

Index: config/ltmain.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/config/ltmain.m4sh,v
retrieving revision 1.34
diff -u -r1.34 ltmain.m4sh
--- config/ltmain.m4sh  9 Dec 2004 17:59:15 -0000       1.34
+++ config/ltmain.m4sh  10 Dec 2004 10:26:33 -0000
@@ -818,7 +818,7 @@
          name="$func_basename_result"
          $opt_dry_run || {
            eval '$ECHO ": $name " >> "$nlist"'
-           eval "$NM $dlprefile | $global_symbol_pipe >> '$nlist'"
+           eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
          }
        done



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/libtool


====================================== Bob Friesenhahn [EMAIL PROTECTED] http://www.simplesystems.org/users/bfriesen


_______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to