mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +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$ '
|
local PS1='\u:\w$ '
|
||||||
|
|
||||||
enterchroot \
|
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
|
>> ${LOGFILE} 2>&1
|
||||||
|
|
||||||
local COMPILE_SUCCESS=$?
|
local COMPILE_SUCCESS=$?
|
||||||
|
|||||||
Reference in New Issue
Block a user