diff options
Diffstat (limited to 'process')
-rwxr-xr-x | process | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -151,13 +151,6 @@ case $project:$action in find '"$branch$build_suffix"'.sums/ -type f \ -exec sed -e "s%\('"$mount"'\)\?${PWD}%[...]%g" -i \{\} \;' case $project in - binutils-gdb) - # Remove the GDB summary file; we got the individual ones. - ssh \ - "$host" \ - 'cd '"$project_base"'/'"$branch$build_suffix"'.sums/ && \ - rm -f gdb/testsuite/gdb.sum' - ;; gcc) # Rename host-specific directory to a generic name. # This is probably not the most beautiful solution. |