Home
last modified time | relevance | path

Searched refs:relink_command (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/
H A Dfixinstall.patch28 - if test -n "$relink_command"; then
29 + if test "$fast_install" = no && test -n "$relink_command"; then
37 - test -n "$relink_command" && srcname=${realname}T
38 + test "$fast_install" = no && test -n "$relink_command" && srcname="$realname"T
H A D0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch24 if test -n "$relink_command"; then
/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh4303 relink_command=
4324 if test -n "$relink_command"; then
4339relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_…
4341 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
4345 func_show_eval "$relink_command" \
4356 test -n "$relink_command" && srcname=${realname}T
4491 relink_command=
4513 relink_command=
4517 if test no = "$fast_install" && test -n "$relink_command"; then
4525 relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch18005 if test -n "$relink_command"; then
18501 if test -n \"\$relink_command\"; then
18502 - if relink_command_output=\`eval \"\$relink_command\" 2>&1\`; then :
18503 + if relink_command_output=\`eval \$relink_command 2>&1\`; then :
21256 @@ -8412,7 +9426,7 @@ relink_command=\"$relink_command\""
21369 relink_command=
21374 relink_command=
21382 if test "$fast_install" = yes && test -n "$relink_command"; then