mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +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
|
@ -16,7 +16,6 @@ echo PREFIX is "$PREFIX"
|
|||
echo SYSROOT is "$SYSROOT"
|
||||
|
||||
mkdir -p "$DIR/Tarballs"
|
||||
source "$DIR/UseIt.sh"
|
||||
|
||||
BINUTILS_VERSION="2.33.1"
|
||||
BINUTILS_MD5SUM="1a6b16bcc926e312633fcc3fae14ba0a"
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# This file will need to be run in bash, for now.
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
export PATH="$DIR/Local/bin:$PATH"
|
||||
export TOOLCHAIN="$DIR"
|
||||
export SERENITY_ROOT="$DIR/.."
|
||||
echo "$PATH"
|
Loading…
Add table
Add a link
Reference in a new issue