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 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.
;;
*)
# 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=