Searched refs:output_obj (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh393 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\..*$%%'`.${objext}
394 lockfile="$output_obj.lock"
395 removelist="$removelist $output_obj $lockfile"
462 output_obj="$libobj"
463 command="$command -o $output_obj"
465 output_obj="$obj"
466 command="$command -o $output_obj"
469 $run $rm "$output_obj"
473 test -n "$output_obj" && $run $rm $removelist
498 if test x"$output_obj" !
[all...]
/bind-9.11.3/
H A Dltmain.sh2168 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2169 lockfile="$output_obj.lock"
2171 output_obj=
2199 func_append removelist " $output_obj"
2226 if test -z "$output_obj"; then
2232 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
2255 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
2256 func_show_eval '$MV "$output_obj" "$lobj"' \
2304 if test -n "$output_obj"
[all...]
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh3454 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"
[all...]

Completed in 1810 milliseconds