diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-19 20:46:05 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-19 20:46:05 +0000 |
commit | 96e884e269da7a6b9571f62f65e4c45e5913201b (patch) | |
tree | a50243fea145867dc902fad66f14b5a34092428f /scripts | |
parent | oops, forgot this one (diff) | |
download | historical-96e884e269da7a6b9571f62f65e4c45e5913201b.tar.gz historical-96e884e269da7a6b9571f62f65e4c45e5913201b.tar.bz2 historical-96e884e269da7a6b9571f62f65e4c45e5913201b.zip |
fixed
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 8fbf01c5582f..481718059a0a 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -16,11 +16,10 @@ echo "Using GLIBC $myGLIBC" export USE="build" cd /usr/portage -#commented out for now; why do we need to do this? -#emerge $myPORTAGE || exit -#emerge $myBINUTILS || exit -#emerge $myGCC || exit -#emerge $myGETTEXT || exit +emerge $myPORTAGE || exit +emerge $myBINUTILS || exit +emerge $myGCC || exit +emerge $myGETTEXT || exit unset USE export USE="`spython -c 'import portage; print portage.settings["USE"];'` bootstrap" emerge $myGLIBC || exit |