configure: Clean up temporary files on interrupt

pull/259/head
Diego Biurrun 10 years ago
parent 7848982207
commit ba6a49e60b
  1. 1
      configure

1
configure vendored

@ -2976,6 +2976,7 @@ tmpfile(){
}
trap 'rm -rf -- "$AVTMPDIR"' EXIT
trap 'exit 2' INT
tmpfile TMPASM .asm
tmpfile TMPC .c

Loading…
Cancel
Save