configure: Clean up temporary files on interrupt

This commit is contained in:
Diego Biurrun 2014-09-21 11:48:21 +02:00
parent 7848982207
commit ba6a49e60b
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

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