projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6550f2e
)
configure: clean temporary executable files even on Windows
author
malc
<av1474@comtv.ru>
Wed, 14 Oct 2009 21:57:14 +0000
(
01:57
+0400)
committer
malc
<av1474@comtv.ru>
Wed, 14 Oct 2009 21:57:14 +0000
(
01:57
+0400)
Signed-off-by: malc <av1474@comtv.ru>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 7c7804b4f20c4502f92996daef4d593c0119f9df..ca6d45c61242559d229a29a303f9f2f0e15fb2e2 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-13,7
+13,7
@@
fi
TMPC="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.c"
TMPO="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}.o"
-TMPE="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}"
+TMPE="${TMPDIR1}/qemu-conf-${RANDOM}-$$-${RANDOM}
.exe
"
trap "rm -f $TMPC $TMPO $TMPE ; exit" 0 2 3 15