libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch #6448] [MSVC 7/7] Add MSVC Support


From: Peter Rosin
Subject: Re: [patch #6448] [MSVC 7/7] Add MSVC Support
Date: Wed, 13 Aug 2008 11:37:22 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Ralf Wildenhues skrev:
* Peter Rosin wrote on Wed, Aug 13, 2008 at 11:00:33AM CEST:
Ralf Wildenhues skrev:
-  (eval "$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext" &>conftest.err)
+  (eval "$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext" >conftest.err 2>&1)

Is there a reason for this,

Yes,
  >file 2>&1

is completely equivalent to
  &>file

except that the latter syntax is bash-specific and the former supported
by all POSIX-compatible shells.  I was testing with dash last night and
saw ugly noise on (undirected) stderr when running configure.

Oops, and *blush* :-)

Cheers,
Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]