From 37a61ccba117f616fd235685001d531d5ad058ef Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Sun, 19 Aug 2001 20:46:05 +0000 Subject: fixed --- scripts/bootstrap.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3-65-gdbad