HomeSort by: relevance | last modified time | path
    Searched refs:current_libdirs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 4236 current_libdirs=
4259 # Add the libdir to current_libdirs if it is the destination.
4261 case "$current_libdirs " in
4263 *) func_append current_libdirs " $libdir" ;;
4549 if test -n "$current_libdirs"; then
4551 $opt_dry_run && current_libdirs=" -n$current_libdirs"
4552 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 2915 current_libdirs=
2938 # Add the libdir to current_libdirs if it is the destination.
2940 case "$current_libdirs " in
2942 *) func_append current_libdirs " $libdir" ;;
3221 if test -n "$current_libdirs"; then
3223 $opt_dry_run && current_libdirs=" -n$current_libdirs"
3224 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'

Completed in 25 milliseconds