rm boot-all after build
This commit is contained in:
parent
9c064f3c1c
commit
d73caeb37b
1
boot.sh
1
boot.sh
@ -9,3 +9,4 @@ qemu-riscv64 boot2.out < boot-all.c > boot3.s &&
|
|||||||
cmp --silent boot1.s boot2.s && echo "boot1.s == boot2.s" || echo "boot1.s != boot2.s"
|
cmp --silent boot1.s boot2.s && echo "boot1.s == boot2.s" || echo "boot1.s != boot2.s"
|
||||||
cmp --silent boot2.s boot3.s && echo "boot2.s == boot3.s" || echo "boot2.s != boot3.s"
|
cmp --silent boot2.s boot3.s && echo "boot2.s == boot3.s" || echo "boot2.s != boot3.s"
|
||||||
cmp --silent boot1.s boot3.s && echo "boot1.s == boot3.s" || echo "boot1.s != boot3.s"
|
cmp --silent boot1.s boot3.s && echo "boot1.s == boot3.s" || echo "boot1.s != boot3.s"
|
||||||
|
rm boot-all.c
|
||||||
|
Loading…
Reference in New Issue
Block a user