X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=tools%2Fmake-functions;fp=tools%2Fmake-functions;h=8e40163fcddc688ff811d26475109392108bf2f4;hp=62f16642ffb30c158271507d206599b09daf7d36;hb=fdc0944aa7125a536292e5d21973deda66ddab0f;hpb=33848e1d24e1667bb75f081f61c92bef511a91af diff --git a/tools/make-functions b/tools/make-functions index 62f16642ff..8e40163fcd 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -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=$?