]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (whole-archive-flag-spec): I had been
authorGary V. Vaughan <gary@gnu.org>
Wed, 29 Sep 1999 23:15:35 +0000 (23:15 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 29 Sep 1999 23:15:35 +0000 (23:15 +0000)
wondering why my file system was filling up with empty
files named `71'... seems I forgot to hold in the
shift key when redirecting stderr, 2>&1.  Doh!

ChangeLog
ltconfig.in

index 0ee24c91218440bd3b64fafd74bc5b8a271ea42e..89a54086be4c477919815a95e52004be4167548c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-09-29  Gary V. Vaughan  <gary@oranda.demon.co.uk>
+
+       * ltconfig.in (whole-archive-flag-spec):  I had been
+       wondering why my file system was filling up with empty
+       files named `71'... seems I forgot to hold in the
+       shift key when redirecting stderr, 2>&1.  Doh!
+
 1999-09-29  Vadim  <vadim@olly.ru>
 
        * ltconfig.in (sysv):  More UW7 support.
index 57e9228555da49ad36f940b590d1e4ebf88cbe1f..de860c9240e597dc0f3be46032b43cc238b64c4e 100755 (executable)
@@ -1465,7 +1465,7 @@ EOF
       ;;
     *)
       # ancient GNU ld didn't support --whole-archive et. al.
-      if $LD --help 2>71 | egrep 'no-whole-archive' > /dev/null; then
+      if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
         whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
       else
         whole_archive_flag_spec=