Lines Matching defs:relpath
41 function relpath() {
42 python -c "import os.path; print os.path.relpath('$1', '$PWD')"
65 echo "OK: Generated $(relpath "$out")"
70 echo "FAIL: Errors while generating $(relpath "$out")" >& 2
125 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
131 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
137 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
152 echo "OK: Inserted $(relpath "$src_part") into $(relpath "$dst_file")"
174 echo "ERROR: Failed to copy $(relpath "$src") to $(relpath "$dst")" >& 2
176 echo "OK: Copied $(relpath "$src") to $(relpath "$dst")"