Removed non-POSIX tempfile command, using a hardcoded filename instead

This commit is contained in:
Lorenz Meier
2014-05-09 13:37:26 +02:00
parent 6329351098
commit 01ccf55e5a
@@ -12,7 +12,7 @@ elf=build/firmware.elf
arm-none-eabi-size $elf || exit 1
tmpfile=$(tempfile)
tmpfile=fwupload.tempfile
cat > $tmpfile <<EOF
target extended-remote $PORT
mon swdp_scan
@@ -22,3 +22,4 @@ kill
EOF
arm-none-eabi-gdb $elf --batch -x $tmpfile
rm $tmpfile