summaryrefslogtreecommitdiff
path: root/dev/build.env
diff options
context:
space:
mode:
authorChloe M. <chloe@aptel.org>2026-08-20 05:53:55 +0000
committerChloe M. <chloe@aptel.org>2026-08-20 05:56:44 +0000
commitae526fa3375b708d4380d0227e27d32e06b40b92 (patch)
tree3d8d9a448d4a9530aa4e45a75b292c1bd0b5bc0d /dev/build.env
initial commit
Signed-off-by: Chloe M. <chloe@aptel.org>
Diffstat (limited to 'dev/build.env')
-rw-r--r--dev/build.env10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/build.env b/dev/build.env
new file mode 100644
index 0000000..11ac46d
--- /dev/null
+++ b/dev/build.env
@@ -0,0 +1,10 @@
+. dev/config.env
+
+export GLOBAL_PROJECT_ROOT=$GLOBAL_PROJECT_ROOT
+export CONFIG_TARGET_ARCH=$CONFIG_TARGET_ARCH
+
+if [ -z "${GLOBAL_BUILD_SOURCED}"]
+then
+ echo "[*] Build environment ready"
+ export GLOBAL_BUILD_SOURCED=1
+fi