Merge commit 'ba6a49e60b'
* commit 'ba6a49e60b':
configure: Clean up temporary files on interrupt
Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
a8ad127a63
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -3788,6 +3788,7 @@ tmpfile(){
|
|||
}
|
||||
|
||||
trap 'rm -rf -- "$FFTMPDIR"' EXIT
|
||||
trap 'exit 2' INT
|
||||
|
||||
tmpfile TMPASM .asm
|
||||
tmpfile TMPC .c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue