Browse Source

configure: Clean up temporary files on interrupt

tags/n3.4
Diego Biurrun 10 years ago
parent
commit
ba6a49e60b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure

+ 1
- 0
configure View File

@@ -2976,6 +2976,7 @@ tmpfile(){
}

trap 'rm -rf -- "$AVTMPDIR"' EXIT
trap 'exit 2' INT

tmpfile TMPASM .asm
tmpfile TMPC .c


Loading…
Cancel
Save