diff options
author | 2003-06-06 06:12:11 +0000 | |
---|---|---|
committer | 2003-06-06 06:12:11 +0000 | |
commit | 3986ceb503c53a41089a194364eb4da20a8e4657 (patch) | |
tree | 9d92790226c79f5d90e98f13eae5655e8e004f43 /scripts/bootstrap.sh | |
parent | New bootstrap script that no longer compiles gcc and binutils twice, which (diff) | |
download | historical-3986ceb503c53a41089a194364eb4da20a8e4657.tar.gz historical-3986ceb503c53a41089a194364eb4da20a8e4657.tar.bz2 historical-3986ceb503c53a41089a194364eb4da20a8e4657.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/bootstrap.sh')
-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. |