mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 08:50:56 +11:00
9235fa9223
To update LATEST offset more easily. Will be useful for recipes.
13 lines
187 B
Bash
Executable File
13 lines
187 B
Bash
Executable File
#/bin/sh -e
|
|
|
|
git submodule init
|
|
git submodule update
|
|
git clean -fxd
|
|
|
|
make -C emul
|
|
make -C tests
|
|
|
|
# let's try again with an updated boot bin
|
|
make -C emul updatebootstrap all
|
|
make -C tests
|