BuildSystem: Fix bugs in new build system
I had not tested the new build system with clean toolchain build but it seems to work now.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
BOCHS_CONFIG_FILE=bochsrc
|
||||
COM1_TERMINAL=kitty
|
||||
@@ -25,4 +24,4 @@ EOF
|
||||
|
||||
bochs -qf $BOCHS_CONFIG_FILE
|
||||
kill $COM1_TERM_PID
|
||||
rm $BOCHS_CONFIG_FILE
|
||||
rm $BOCHS_CONFIG_FILE
|
||||
|
||||
Reference in New Issue
Block a user