mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:27:45 +00:00
Build: Have makeall.sh clean up before running
This matches the old behavior where makeall.sh would always try to produce a clean build.
This commit is contained in:
parent
097b8acf10
commit
6c2c3d00a3
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ export build_group=$(id -g)
|
||||||
|
|
||||||
sudo id
|
sudo id
|
||||||
|
|
||||||
make -C ../ && \
|
make -C ../ clean && \
|
||||||
|
make -C ../ && \
|
||||||
make -C ../ test && \
|
make -C ../ test && \
|
||||||
make -C ../ install &&
|
make -C ../ install &&
|
||||||
sudo -E PATH="$PATH" ./build-image-qemu.sh
|
sudo -E PATH="$PATH" ./build-image-qemu.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue