Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dltmain.sh886 lockfile="$output_obj.lock"
890 output_obj=
965 if test -z "$output_obj"; then
970 $run $rm "$lobj" "$output_obj"
1001 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
1002 $show "$mv $output_obj $lobj"
1003 if $run $mv $output_obj $lobj; then :
1044 $run $rm "$obj" "$output_obj"
1073 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
1074 $show "$mv $output_obj $obj"
[all …]

Completed in 12 milliseconds