summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-16 16:31:49 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-16 16:31:49 +0000
commit1974594d3b5a446b0e431bc814235661542c51e0 (patch)
treeb44850ed06d81bbd1095df7c739ff6bbb49f43b9 /baserock-bootstrap
parentc0717ddf28f5b963531e7d28a007698e71ebfcb6 (diff)
downloadmorph-1974594d3b5a446b0e431bc814235661542c51e0.tar.gz
bootstrap: fix path for pass 1
Pass 1 should have $tools first in the path, otherwise the wrong compiler will be used
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap2
1 files changed, 0 insertions, 2 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index ce59b178..7628ccb7 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -75,7 +75,6 @@ pass1_get_sources_with_morph()
{
cd $LFS/baserock/gits/morph
$HOST_MKDIR -p $LFS/baserock/cache
- export PATH="/usr/bin:/bin:$tools/bin:$tools/sbin"
while ! python ./morph --verbose update-gits \
morphs rm/morph-pass1 bootstrap-pass1.morph \
--cachedir=$LFS/baserock/cache \
@@ -93,7 +92,6 @@ pass1_build_with_morph()
cd $LFS/baserock/gits/morph
$HOST_MKDIR -p $LFS/baserock/cache
$HOST_MKDIR -p $LFS/tmp
- export PATH="/usr/bin:/bin:$tools/bin:$tools/sbin"
python ./morph --verbose build \
morphs rm/morph-pass1 bootstrap-pass1.morph \
--no-git-update \