]> git.ipfire.org Git - thirdparty/libtool.git/commit
* ltmain.in: Convert *each* occurrence of `compile_command',
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 1 Jun 2006 19:09:56 +0000 (19:09 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 1 Jun 2006 19:09:56 +0000 (19:09 +0000)
commit272a980c80ddda498ff65bf76bde03252130a889
tree081c158267d960fc9fa351ff8efbbcba8156f770
parenta34b10164a6641872a4e75252160570df4c1c1ae
* 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
ChangeLog
ltmain.in
tests/link.test