Home | History | Annotate | Download | only in src

Lines Matching refs:current_libdirs

1980     current_libdirs=
2000 # Add the libdir to current_libdirs if it is the destination.
2002 case "$current_libdirs " in
2004 *) current_libdirs="$current_libdirs $libdir" ;;
2281 if test -n "$current_libdirs"; then
2283 $opt_dry_run && current_libdirs=" -n$current_libdirs"
2284 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'