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

  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 3454 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3455 lockfile=$output_obj.lock
3457 output_obj=
3485 func_append removelist " $output_obj"
3512 if test -z "$output_obj"; then
3518 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
3541 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
3542 func_show_eval '$MV "$output_obj" "$lobj"' \
3590 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; the
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2139 lockfile="$output_obj.lock"
2141 output_obj=
2169 func_append removelist " $output_obj"
2196 if test -z "$output_obj"; then
2202 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
2225 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
2226 func_show_eval '$MV "$output_obj" "$lobj"' \
2274 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; the
    [all...]

Completed in 19 milliseconds