mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
Build: get rid of UseIt.sh
The build system uses relative paths to the toolchain binaries, so modifying $PATH is no longer necessary, and nothing needs $SERENITY_ROOT anymore.
This commit is contained in:
parent
23158aef2e
commit
73c953b674
5 changed files with 7 additions and 22 deletions
|
@ -1,9 +1,4 @@
|
|||
#!/bin/sh
|
||||
if [ -z "$SERENITY_ROOT" ]; then
|
||||
echo "You must source Toolchain/UseIt.sh to build Serenity."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
# Get user and group details for setting qemu disk image ownership
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue