mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
make.sh: Fix MAKETUNING
This variable was not passed any more after the toolchain stage which caused builds to be very slow. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -645,7 +645,9 @@ lfsmake2() {
|
||||
local PS1='\u:\w$ '
|
||||
|
||||
enterchroot \
|
||||
bash -x -c "cd /usr/src/lfs && make -f $* LFS_BASEDIR=/usr/src install" \
|
||||
bash -x -c "cd /usr/src/lfs && make -f $* \
|
||||
MAKETUNING=${MAKETUNING} \
|
||||
LFS_BASEDIR=/usr/src install" \
|
||||
>> ${LOGFILE} 2>&1
|
||||
|
||||
local COMPILE_SUCCESS=$?
|
||||
|
||||
Reference in New Issue
Block a user