mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
Remove temporary file when finished.
This commit is contained in:
@ -8,3 +8,4 @@ foreach func (`cat $1`)
|
|||||||
end
|
end
|
||||||
|
|
||||||
gcc -c /tmp/$$.s -o $2
|
gcc -c /tmp/$$.s -o $2
|
||||||
|
rm -f /tmp/$$.s
|
||||||
|
Reference in New Issue
Block a user