libtool-patches
[Top][All Lists]
Advanced

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

[PATCH] Correctly concat commands when export_symbols_cmds starts with s


From: Michael Haubenwallner
Subject: [PATCH] Correctly concat commands when export_symbols_cmds starts with some 'word'.
Date: Mon, 27 Jun 2011 16:28:38 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110308 Lightning/1.0b3pre Thunderbird/3.1.9

Hello!

Concatening commands breaks when export_symbols_cmds starts with something
like "dump", which does not need another shell expansion step. Instead, it
is merged with "\$concat_cmds" to "$concat_cmdsdump" for within the eval.

While this isn't a problem right now, it hits me when experimenting with
shared library versioning support for AIX.

Thank you!
/haubi/


Attachment: concat_cmds-export_symbols_cmds.patch
Description: Text document


reply via email to

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