diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2003-08-20 15:33:43 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2003-08-20 15:33:43 -0400 |
commit | 13bef471ea25553d663543a3d9534a8f1ef10a1b (patch) | |
tree | 955481f076965be55f2cae6ca77b96460a4faeaa /gcc/doc | |
parent | 2f5030259ccb5944c83dfd4c10306ae1844bec38 (diff) | |
download | gcc-13bef471ea25553d663543a3d9534a8f1ef10a1b.zip gcc-13bef471ea25553d663543a3d9534a8f1ef10a1b.tar.gz gcc-13bef471ea25553d663543a3d9534a8f1ef10a1b.tar.bz2 |
update bubblestrap docs
From-SVN: r70612
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/makefile.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/doc/makefile.texi b/gcc/doc/makefile.texi index 71517c5..3ab98c0 100644 --- a/gcc/doc/makefile.texi +++ b/gcc/doc/makefile.texi @@ -68,17 +68,17 @@ Like @code{bootstrap}, except that the various stages are removed once they're no longer needed. This saves disk space. @item bubblestrap -Once bootstrapped, this incrementally rebuilds each of the three stages, -one at a time. It does this by ``bubbling'' the stages up from their -subdirectories, rebuilding them, and copying them back to their -subdirectories. This will allow you to, for example, quickly rebuild a -bootstrapped compiler after changing the sources, without having to do a -full bootstrap. +This incrementally rebuilds each of the three stages, one at a time. +It does this by ``bubbling'' the stages up from their subdirectories +(if they had been built previously), rebuilding them, and copying them +back to their subdirectories. This will allow you to, for example, +continue a bootstrap after fixing a bug which causes the stage2 build +to crash. @item quickstrap Rebuilds the most recently built stage. Since each stage requires -special invocation, using this target means you don't have to keep track -of which stage you're on or what invocation that stage needs. +special invocation, using this target means you don't have to keep +track of which stage you're on or what invocation that stage needs. @item cleanstrap Removed everything (@samp{make clean}) and rebuilds (@samp{make bootstrap}). |