starter code

This commit is contained in:
ag-tsotetsi
2026-02-07 13:53:52 +02:00
parent e698e1f3b4
commit 6c3450475a
4 changed files with 47 additions and 0 deletions

19
build.bash Executable file
View 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