removed old style of building file

This commit is contained in:
ag-tsotetsi
2026-02-20 15:01:59 +02:00
parent 8a8492129d
commit ceda19fb62

View File

@@ -1,24 +0,0 @@
#!/usr/bin/env bash
umask 022
if [[ -v DEBUG ]]; then
set -euxo pipefail
else
set -euo pipefail
fi
. config/global.env
. config/utilities.bash
if [ ! -d "$SYSROOT" ]; then
create_sysroot
fi
STAGE=$1
PKG=$2
. build/$PKG/build.bash $STAGE