mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
make.sh: Adjust toolchain PATH in lfsmake1 instead of globally
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -565,7 +565,9 @@ lfsmake1() {
|
||||
|
||||
local PKG_TIME_START=`date +%s`
|
||||
|
||||
cd $BASEDIR/lfs && make -f $* BUILDTARGET=$BUILDTARGET \
|
||||
cd $BASEDIR/lfs && \
|
||||
PATH="/tools/ccache/bin:/tools/bin:$PATH" \
|
||||
make -f $* BUILDTARGET=$BUILDTARGET \
|
||||
CROSSTARGET="${CROSSTARGET}" \
|
||||
MACHINE=$MACHINE \
|
||||
MACHINE_TYPE=$MACHINE_TYPE \
|
||||
|
||||
Reference in New Issue
Block a user