remove tmp files left behind during masm generation

This commit is contained in:
Brent Cook
2025-05-18 20:44:21 +09:00
parent 15bc02adc5
commit 0341e8da9f

View File

@@ -210,6 +210,7 @@ gen_asm_stdout() {
EOF
if [ $1 = "masm" ]; then
fixup_masm crypto/$3.tmp crypto/$3
rm crypto/$3.tmp
else
$MV crypto/$3.tmp crypto/$3
fi
@@ -238,6 +239,7 @@ gen_asm() {
EOF
if [ $1 = "masm" ]; then
fixup_masm crypto/$3.tmp crypto/$3
rm crypto/$3.tmp
else
$MV crypto/$3.tmp crypto/$3
fi