configure: Clean up temporary files on interrupt
This commit is contained in:
parent
7848982207
commit
ba6a49e60b
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -2976,6 +2976,7 @@ tmpfile(){
|
|||
}
|
||||
|
||||
trap 'rm -rf -- "$AVTMPDIR"' EXIT
|
||||
trap 'exit 2' INT
|
||||
|
||||
tmpfile TMPASM .asm
|
||||
tmpfile TMPC .c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue