On Mon, May 21, 2001 at 09:37:29PM -0500, [EMAIL PROTECTED] wrote:
> ltmain.in from libtool 1.4 has:
>
> # Do each of the archive commands.
> if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
> eval cmds=\"$archive_expsym_cmds\"
> else
> eval cmds=\"$archive_cmds\"
> fi
> IFS="${IFS= }"; save_ifs="$IFS"; IFS='~'
> for cmd in $cmds; do
> IFS="$save_ifs"
> $show "$cmd"
> $run eval "$cmd" || exit $?
> done
> IFS="$save_ifs"
>
> Why don't we:
> eval $show "$cmd"
>
> This would *really* show what will be $run.
Never mind. This breaks Solaris. We still have an issue with what's
being shown is not what is eval'd.
--
albert chin ([EMAIL PROTECTED])
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool