diff options
author | 2003-06-06 06:12:11 +0000 | |
---|---|---|
committer | 2003-06-06 06:12:11 +0000 | |
commit | 6f2e84c2f098568917d247ed1d26c98e7f0e97e7 (patch) | |
tree | 513b90fa9d48812ad1ab5742b42634a3573fd09f /scripts | |
parent | New bootstrap script that no longer compiles gcc and binutils twice, which (diff) | |
download | gentoo-2-6f2e84c2f098568917d247ed1d26c98e7f0e97e7.tar.gz gentoo-2-6f2e84c2f098568917d247ed1d26c98e7f0e97e7.tar.bz2 gentoo-2-6f2e84c2f098568917d247ed1d26c98e7f0e97e7.zip |
New bootstrap.sh that no longer compiles gcc and binutils twice. Should reduce
bootstrap times by 20 mins to 2 hours, depending on system.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index ebb11bdb62bd..dbb8dedaeb30 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.43 2003/06/06 06:09:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.44 2003/06/06 06:12:11 drobbins Exp $ # IMPORTANT NOTE: # This script now accepts an optional argument. |