Lines Matching defs:relpath
47 function relpath() {
48 python -c "import os.path; print os.path.relpath('$1', '$PWD')"
77 echo "OK: Generated $(relpath "$out")"
82 echo "FAIL: Errors while generating $(relpath "$out")" >& 2
137 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
143 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
149 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
164 echo "OK: Inserted $(relpath "$src_part") into $(relpath "$dst_file")"
186 echo "ERROR: Failed to copy $(relpath "$src") to $(relpath "$dst")" >& 2
188 echo "OK: Copied $(relpath "$src") to $(relpath "$dst")"