Home
last modified time | relevance | path

Searched refs:current_libdirs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh4283 current_libdirs=
4308 case "$current_libdirs " in
4310 *) func_append current_libdirs " $libdir" ;;
4596 if test -n "$current_libdirs"; then
4598 $opt_dry_run && current_libdirs=" -n$current_libdirs"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch17986 case "$current_libdirs " in
17988 - *) current_libdirs="$current_libdirs $libdir" ;;
17989 + *) func_append current_libdirs " $libdir" ;;
18032 - if test -n "$current_libdirs" && $opt_finish; then
18033 + if test -n "$current_libdirs"; then
18035 $opt_dry_run && current_libdirs=" -n$current_libdirs"
18036 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'