diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-12-23 15:35:57 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-12-23 15:35:57 +0000 |
commit | 2efa69d90e5f02c76c3a8bc9c690564909f5a94c (patch) | |
tree | d842467a7f2bc310731b454a5ad30bbdcf3bc123 /scripts/bootstrap.sh | |
parent | fix the bootstrap problem where baselayout needs libcrypt.a (diff) | |
download | gentoo-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/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 3 |
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 |