]> Git Repo - qemu.git/commitdiff
configure: clean up temporary dependency files
authormalc <[email protected]>
Sun, 11 Oct 2009 03:57:17 +0000 (07:57 +0400)
committermalc <[email protected]>
Sun, 11 Oct 2009 03:57:17 +0000 (07:57 +0400)
Signed-off-by: malc <[email protected]>
configure

index 3840e187dd4ad8182575c5d7e37ea1ea7c098f2d..35cf6cc8344b877c27fafb08008f9abf6578eb52 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,8 +14,9 @@ fi
 TMPC="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.c"
 TMPO="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.o"
 TMPE="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}"
+TMPD="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.d"
 
-trap "rm -f $TMPC $TMPO $TMPE ; exit" 0 2 3 15
+trap "rm -f $TMPC $TMPO $TMPE $TMPD ; exit" 0 2 3 15
 
 compile_object() {
   $cc $QEMU_CFLAGS -c -o $TMPO $TMPC > /dev/null 2> /dev/null
This page took 0.026993 seconds and 4 git commands to generate.