export ROLE=developer
source tool_shared/bespoke/env
+PYTHON_HOME = tool_shared/third_party/python
if [[ ":$PATH:" != *":$PYTHON_HOME/bin:"* ]]; then
export PATH="$PYTHON_HOME/bin:$PATH"
fi
+GCC_HOME = tool_shared/third_party/RT_gcc/release
+if [[ ":$PATH:" != *":$GCC_HOME:"* ]]; then
+ export PATH="$GCC_HOME/bin:$PATH"
+fi
+alias gcc amd64_Deb-12.10_gcc-12.4.1
+
cd $ROLE
export ENV=$ROLE
echo "in environmennt: $ENV"
# without this bash takes non-matching globs literally
shopt -s nullglob
+# does not presume sharing or world permissions
+umask 0077
+
# --------------------------------------------------------------------------------
# project definition