$run $RM "$lobj" "$output_obj"
- eval $show "$command"
+ $show "$command"
if $run eval "$command"; then :
else
test -n "$output_obj" && $run $RM $removelist
# Suppress compiler output if we already did a PIC compilation.
command="$command$suppress_output"
$run $RM "$obj" "$output_obj"
- eval $show "$command"
+ $show "$command"
if $run eval "$command"; then :
else
$run $RM $removelist
for cmd in $cmds; do
IFS="$save_ifs"
eval cmd=\"$cmd\"
- eval $show "$cmd"
+ $show "$cmd"
$run eval "$cmd" || admincmds="$admincmds
$cmd"
done
fi
func_warning "relinking \`$file'"
- eval $show "$relink_command"
+ $show "$relink_command"
$run eval "$relink_command" || \
func_fatal_error "error: relink \`$file' with the above command before installing it"
fi
test -n "$relink_command" && srcname="$realname"T
# Install the shared library and build the symlinks.
- eval $show "$install_prog $dir/$srcname $destdir/$realname"
+ $show "$install_prog $dir/$srcname $destdir/$realname"
$run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $?
if test -n "$stripme" && test -n "$striplib"; then
- eval $show "$striplib $destdir/$realname"
+ $show "$striplib $destdir/$realname"
$run eval "$striplib $destdir/$realname" || exit $?
fi
for linkname
do
if test "$linkname" != "$realname"; then
- eval $show "(cd $destdir && $RM $linkname && $LN_S $realname $linkname)"
+ $show "(cd $destdir && $RM $linkname && $LN_S $realname $linkname)"
$run eval "(cd $destdir && $RM $linkname && $LN_S $realname $linkname)"
fi
done
for cmd in $cmds; do
IFS="$save_ifs"
eval cmd=\"$cmd\"
- eval $show "$cmd"
+ $show "$cmd"
$run eval "$cmd" || exit $?
done
IFS="$save_ifs"
# Install the pseudo-library for information purposes.
name=`$ECHO "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
- eval $show "$install_prog $instname $destdir/$name"
+ $show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
# Maybe install the static library, too.
# Install the libtool object if requested.
if test -n "$destfile"; then
- eval $show "$install_prog $file $destfile"
+ $show "$install_prog $file $destfile"
$run eval "$install_prog $file $destfile" || exit $?
fi
# Deduce the name of the old-style object file.
staticobj=`$ECHO "X$file" | $Xsed -e "$lo2o"`
- eval $show "$install_prog $staticobj $staticdest"
+ $show "$install_prog $staticobj $staticdest"
$run eval "$install_prog \$staticobj \$staticdest" || exit $?
fi
exit $EXIT_SUCCESS
# Replace the output file specification.
relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
- eval $show "$relink_command"
+ $show "$relink_command"
if $run eval "$relink_command"; then :
else
func_error "error: relink \`$file' with the above command before installing it"
esac
;;
esac
- eval $show "$install_prog$stripme $file $destfile"
+ $show "$install_prog$stripme $file $destfile"
$run eval "$install_prog\$stripme \$file \$destfile" || exit $?
test -n "$outputname" && ${RM}r "$tmpdir"
;;
# Set up the ranlib parameters.
oldlib="$destdir/$name"
- eval $show "$install_prog $file $oldlib"
+ $show "$install_prog $file $oldlib"
$run eval "$install_prog \$file \$oldlib" || exit $?
if test -n "$stripme" && test -n "$old_striplib"; then
- eval $show "$old_striplib $oldlib"
+ $show "$old_striplib $oldlib"
$run eval "$old_striplib $oldlib" || exit $?
fi
for cmd in $cmds; do
IFS="$save_ifs"
eval cmd=\"$cmd\"
- eval $show "$cmd"
+ $show "$cmd"
$run eval "$cmd" || exit $?
done
IFS="$save_ifs"
for cmd in $cmds; do
IFS="$save_ifs"
eval cmd=\"$cmd\"
- eval $show "$cmd"
+ $show "$cmd"
$run eval "$cmd" || exit $?
done
IFS="$save_ifs"
for cmd in $cmds; do
IFS="$save_ifs"
eval cmd=\"$cmd\"
- eval $show "$cmd"
+ $show "$cmd"
$run eval "$cmd" || exit $?
done
IFS="$save_ifs"
eval cmd=\"$cmd\"
if len=`expr "X$cmd" : ".*"` &&
test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
- eval $show "$cmd"
+ $show "$cmd"
$run eval "$cmd" || exit $?
skipped_export=false
else
save_ifs="$IFS"; IFS='~'
for cmd in $concat_cmds; do
IFS="$save_ifs"
- eval $show "$cmd"
+ $show "$cmd"
$run eval "$cmd" || {
lt_exit=$?
for cmd in $cmds; do
IFS="$save_ifs"
eval cmd=\"$cmd\"
- eval $show "$cmd"
+ func_quote_for_eval "$cmd"
+ eval \$show \"$func_quote_for_eval_result\"
$run eval "$cmd" || {
lt_exit=$?
for cmd in $cmds; do
IFS="$save_ifs"
eval cmd=\"$cmd\"
- eval $show "$cmd"
+ $show "$cmd"
$run eval "$cmd" || exit $?
done
IFS="$save_ifs"
for cmd in $cmds; do
IFS="$save_ifs"
eval cmd=\"$cmd\"
- eval $show "$cmd"
+ $show "$cmd"
$run eval "$cmd" || exit $?
done
IFS="$save_ifs"
link_command="$compile_command$compile_rpath"
# We have no uninstalled library dependencies, so finalize right now.
- eval $show "$link_command"
+ $show "$link_command"
$run eval "$link_command"
status=$?
# Delete the old output file.
$run $RM $output
# Link the executable and exit
- eval $show "$link_command"
+ $show "$link_command"
$run eval "$link_command" || exit $?
exit $EXIT_SUCCESS
fi
# Delete the old output files.
$run $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
- eval $show "$link_command"
+ $show "$link_command"
$run eval "$link_command" || exit $?
# Now create the wrapper script.
for cmd in $cmds; do
eval cmd=\"$cmd\"
IFS="$save_ifs"
- eval $show "$cmd"
+ $show "$cmd"
$run eval "$cmd" || exit $?
done
IFS="$save_ifs"
for cmd in $cmds; do
IFS="$save_ifs"
eval cmd=\"$cmd\"
- eval $show "$cmd"
+ $show "$cmd"
$run eval "$cmd"
if test "$?" -ne 0 && test "$rmforce" != yes; then
exit_status=1
for cmd in $cmds; do
IFS="$save_ifs"
eval cmd=\"$cmd\"
- eval $show "$cmd"
+ $show "$cmd"
$run eval "$cmd"
if test "$?" -ne 0 && test "$rmforce" != yes; then
exit_status=1