* commit 'ba6a49e60b':
  configure: Clean up temporary files on interrupt

Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
Clément Bœsch 2017-05-20 16:50:28 +02:00
commit a8ad127a63

1
configure vendored
View file

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