libtool-patches
[Top][All Lists]
Advanced

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

Re: sed and limited record length


From: Gary V. Vaughan
Subject: Re: sed and limited record length
Date: Mon, 22 May 2006 10:45:01 +0100
User-agent: Thunderbird 1.5.0.2 (Macintosh/20060308)

Hallo Ralf,

Ralf Wildenhues wrote:
OK to apply?

Yes please!

I intend to find out whether $NL2SP really is sufficient,
or all of those should be
  ($NL2SP; echo)
instead, to ensure a final newline.

easier to write:

foo=`echo X"$bar " | $SP2NL | $Xsed -e baz | $NL2SP`

branch-1-5:
        * ltmain.in: Convert *each* occurrence of `compile_command',
`finalize_command', `relink_command', and `link_command', that can conceivably be longer than 4000 bytes, to newline-
        separated arguments before feeding to sed, to cater for sed
        implementations with limited line lengths.  Convert back
        afterwards.
        * tests/link.test: Accommodate for trailing white space
        resulting from above change.
        This addresses an issue reported by Albert Chin on 2001-05-27:
        http://lists.gnu.org/archive/html/libtool/2001-05/msg00159.html

Cheers,
        Gary.
--
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://blog.azazil.net
GNU Hacker           / )=   http://trac.azazil.net/projects/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook




reply via email to

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