We clear and reset the environment when we launch any build commands and
therefore don't need to do this here.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
#
###############################################################################
+LC_ALL=POSIX
PS1='\u:\w$ '
# Remember if the shell is interactive or not
# Set umask
umask 022
- # Setup environment
- LC_ALL=POSIX
- export LC_ALL CFLAGS CXXFLAGS DEFAULT_PARALLELISM RUSTFLAGS NINJAJOBS
- unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD
-
# Make some extra directories
mkdir -p "${CCACHE_DIR}"
mkdir -p "${BUILD_DIR}/${TOOLS_DIR}"