Searched refs:cofile (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/libtool/
H A Dcompile106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
112 lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d
126 if test -f "$cofile"; then
127 mv "$cofile" "$ofile"
128 elif test -f "${cofile}bj"; then
129 mv "${cofile}bj" "$ofile"
/haiku-buildtools/gcc/mpfr/
H A Dcompile306 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
312 lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
326 if test -f "$cofile"; then
327 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
328 elif test -f "${cofile}bj"; then
329 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/haiku-buildtools/gcc/
H A Dcompile310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
316 lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
330 if test -f "$cofile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
332 elif test -f "${cofile}bj"; then
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/haiku-buildtools/isl/
H A Dcompile310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
316 lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
330 if test -f "$cofile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
332 elif test -f "${cofile}bj"; then
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/haiku-buildtools/binutils/
H A Dcompile310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
316 lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
330 if test -f "$cofile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
332 elif test -f "${cofile}bj"; then
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"

Completed in 103 milliseconds