mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 11:28:07 +11:00
d9db0a824e
It's no longer required to use `gmake` under OpenBSD and shell scripts no longer require bash.
19 lines
200 B
Bash
Executable File
19 lines
200 B
Bash
Executable File
#/bin/sh -e
|
|
|
|
git submodule init
|
|
git submodule update
|
|
git clean -fxd
|
|
|
|
cd tools/emul
|
|
make
|
|
|
|
cd ../tests
|
|
make
|
|
|
|
# let's try again with an updated zasm
|
|
cd ../emul
|
|
make updatebootstrap all
|
|
|
|
cd ../tests
|
|
make
|