diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-02 22:12:47 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-02 22:12:47 +0000 |
commit | 5b33922f1a1a6ef59a1648774122e9512bd4f55b (patch) | |
tree | 4a0d35801df555c5c63256e8629bb9bdaadae208 /bootstrap.sh | |
parent | Added use bootstrap (diff) | |
download | gentoo-2-5b33922f1a1a6ef59a1648774122e9512bd4f55b.tar.gz gentoo-2-5b33922f1a1a6ef59a1648774122e9512bd4f55b.tar.bz2 gentoo-2-5b33922f1a1a6ef59a1648774122e9512bd4f55b.zip |
*** empty log message ***
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 05cbfe52f38f..4a74e82d0a96 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -19,7 +19,9 @@ ebuild $myBINUTILS $STEPS || exit ebuild $myGCC $STEPS || exit ebuild $myGETTEXT $STEPS || exit unset USE +export USE="`python -c 'import portage; print portage.settings["USE"];'` bootstrap" ebuild $myGLIBC $STEPS || exit ebuild $myGETTEXT $STEPS || exit ebuild $myBINUTILS $STEPS || exit ebuild $myGCC $STEPS || exit +unset USE |