From 9b88e1719f8dc7623f263ff4e0812d60bc62af2a Mon Sep 17 00:00:00 2001 From: William Harrington Date: Fri, 23 Apr 2021 15:27:31 -0500 Subject: Reverse some changes that came from the odroid_n2+ plain and systemd branches. --- env.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/env.sh b/env.sh index 55c3706..96ddb23 100644 --- a/env.sh +++ b/env.sh @@ -36,8 +36,8 @@ LFS_PWD="lfs" NUMPROCS="$(getconf _NPROCESSORS_ONLN)" numjobs="$((NUMPROCS * 2 - 1))" # Make flags for multiple jobs -MAKEFLAGS="-j5" -NINJAJOBS="5" +MAKEFLAGS="""-j${numjobs}" +NINJAJOBS="${NUMPROCS}" unset numjobs @@ -52,4 +52,6 @@ export LFS_VER LFS_DISK LFS_FS LFS_PART LFS_PWD NUMPROCS MAKEFLAGS NINJAJOBS export SPINNER export TESTERUID +# Features of this build system won't like vt100/vt220 and some others. +# Set to xterm TERM="xterm" -- cgit v1.2.3-54-g00ecf