From: Gary V. Vaughan Date: Wed, 29 Sep 1999 23:15:35 +0000 (+0000) Subject: * ltconfig.in (whole-archive-flag-spec): I had been X-Git-Tag: multi-language-fork~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf8d855c131b00ae14785b7247df5c68197af79d;p=thirdparty%2Flibtool.git * 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! --- diff --git a/ChangeLog b/ChangeLog index 0ee24c912..89a54086b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-09-29 Gary V. Vaughan + + * 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 * ltconfig.in (sysv): More UW7 support. diff --git a/ltconfig.in b/ltconfig.in index 57e922855..de860c924 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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=