diff options
author | 2002-06-05 22:56:47 +0000 | |
---|---|---|
committer | 2002-06-05 22:56:47 +0000 | |
commit | 47b2b2270d3d649e0071a8d1f55514ee1870fb16 (patch) | |
tree | f4d657e0e0dedb8e8e08e670deacba08a4eceed8 /scripts | |
parent | Moving darcnes/* to dn9b/* (diff) | |
download | gentoo-2-47b2b2270d3d649e0071a8d1f55514ee1870fb16.tar.gz gentoo-2-47b2b2270d3d649e0071a8d1f55514ee1870fb16.tar.bz2 gentoo-2-47b2b2270d3d649e0071a8d1f55514ee1870fb16.zip |
disable AUTOCLEAN during bootstrap, or glibc gets unmerged
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 2 | ||||
-rw-r--r-- | scripts/build.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 9824dac14141..a494da186c08 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -65,6 +65,8 @@ then fi export CONFIG_PROTECT="" +# disable autoclean, or it b0rks +export AUTOCLEAN="no" #above allows portage to overwrite stuff cd /usr/portage emerge $myPORTAGE #separate, so that the next command uses the *new* emerge diff --git a/scripts/build.sh b/scripts/build.sh index 26564ab5852d..14aea8edb416 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -ver=1.0 +ver=1.0-gcc3 for x in `cat /usr/portage/profiles/default-${ver}/packages.build` do grep -E "${x}(-[^[:space:]]*)?[[:space:]]*$" /usr/portage/profiles/default-${ver}/packages | grep -v '^#' | sed -e 's:^\*::' | cat |