starter code
This commit is contained in:
19
build.bash
Executable file
19
build.bash
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
umask 022
|
||||
|
||||
. config/global.env
|
||||
. config/utilities.bash
|
||||
|
||||
|
||||
if [ ! -d $SYSROOT ]; then
|
||||
create_sysroot
|
||||
fi
|
||||
|
||||
|
||||
STAGE=$1
|
||||
PKG=$2
|
||||
|
||||
|
||||
. build/$PKG/build.bash $STAGE
|
||||
Reference in New Issue
Block a user