summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-12-23 15:35:57 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-12-23 15:35:57 +0000
commit2efa69d90e5f02c76c3a8bc9c690564909f5a94c (patch)
treed842467a7f2bc310731b454a5ad30bbdcf3bc123 /scripts
parentfix the bootstrap problem where baselayout needs libcrypt.a (diff)
downloadgentoo-2-2efa69d90e5f02c76c3a8bc9c690564909f5a94c.tar.gz
gentoo-2-2efa69d90e5f02c76c3a8bc9c690564909f5a94c.tar.bz2
gentoo-2-2efa69d90e5f02c76c3a8bc9c690564909f5a94c.zip
tiny bootstrap update to be super-sure bootstrap works.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 9427fa5e0d8a..c24c56754722 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -39,7 +39,6 @@ emerge $myPORTAGE #separate, so that the next command uses the *new* emerge
emerge $myBASELAYOUT $myBINUTILS $myGCC $myGETTEXT || cleanup 1
#make.conf has been overwritten, so we explicitly export our original settings
export USE="$ORIGUSE"
-# This line should no longer be required
-emerge $myBASELAYOUT $myGLIBC $myGETTEXT $myBINUTILS $myGCC || cleanup 1
+emerge $myGLIBC $myBASELAYOUT $myGETTEXT $myBINUTILS $myGCC || cleanup 1
#restore original make.conf
cleanup 0