From b2b61f85baef221c705991bfe8c84f8f617780ce Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Sat, 1 Sep 2001 04:48:37 +0000 Subject: fixes for bootstrap --- scripts/bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/bootstrap.sh') diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 67a64e014067..eaa47ccfdb7c 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -35,7 +35,8 @@ export MAKEOPTS="`spython -c 'import portage; print portage.settings["MAKEOPTS"] export CONFIG_PROTECT="" #above allows portage to overwrite stuff cd /usr/portage -emerge --pretend $myPORTAGE $myBINUTILS $myGCC $myGETTEXT || exit +emerge $myPORTAGE #separate, so that the next command uses the *new* emerge +emerge $myBINUTILS $myGCC $myGETTEXT || exit if [ "$use_unset" = "yes" ] then unset USE @@ -44,6 +45,6 @@ else fi # This line should no longer be required #export USE="`spython -c 'import portage; print portage.settings["USE"];'` bootstrap" -emerge --pretend $myGLIBC $myGETTEXT $myBINUTILS $myGCC || exit +emerge $myGLIBC $myGETTEXT $myBINUTILS $myGCC || exit #restore settings cp /etc/make.conf.build /etc/make.conf -- cgit v1.2.3-65-gdbad