libtool
[Top][All Lists]
Advanced

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

Re: 1.4 oddity


From: libtool
Subject: Re: 1.4 oddity
Date: Mon, 21 May 2001 23:00:46 -0500
User-agent: Mutt/1.1.12i

On Mon, May 21, 2001 at 09:37:29PM -0500, address@hidden 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 (address@hidden)



reply via email to

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