Home
last modified time | relevance | path

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

/PHP-5.5/
H A Dltmain.sh879 lockfile="$output_obj.lock"
883 output_obj=
958 if test -z "$output_obj"; then
963 $run $rm "$lobj" "$output_obj"
994 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
995 $show "$mv $output_obj $lobj"
996 if $run $mv $output_obj $lobj; then :
1037 $run $rm "$obj" "$output_obj"
1066 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
1067 $show "$mv $output_obj $obj"
[all …]

Completed in 12 milliseconds