docs/overview.txt
changeset 181 ff64ca4ebe48
parent 174 75f3f975e2ad
child 182 223c84ec2d90
     1.1 --- a/docs/overview.txt	Sun Jun 17 14:51:37 2007 +0000
     1.2 +++ b/docs/overview.txt	Tue Jun 26 21:23:05 2007 +0000
     1.3 @@ -178,22 +178,6 @@
     1.4  debugging, you can pass the RESTART variable to make:
     1.5    make RESTART=some_step
     1.6  
     1.7 -The list of steps is, in order of appearence in the build process:
     1.8 -  - libc_check_config
     1.9 -  - kernel_check_config
    1.10 -  - kernel_headers
    1.11 -  - binutils
    1.12 -  - cc_core_pass_1
    1.13 -  - libc_headers
    1.14 -  - libc_start_files
    1.15 -  - cc_core_pass_2
    1.16 -  - libfloat
    1.17 -  - libc
    1.18 -  - cc
    1.19 -  - libc_finish
    1.20 -  - tools
    1.21 -  - debug
    1.22 -
    1.23  Alternatively, you can call make with the name of a step to just do that step:
    1.24    make libc_headers
    1.25  is equivalent to:
    1.26 @@ -205,6 +189,9 @@
    1.27  are equivalent to:
    1.28    make STOP=libc_headers    and:    make RESTART=libc_headers
    1.29  
    1.30 +To obtain the list of acceptable steps, please call:
    1.31 +  make liststeps
    1.32 +
    1.33  Note that in order to restart a build, you'll have to say 'Y' to the config
    1.34  option CT_DEBUG_CT_SAVE_STEPS, and that the previous build effectively went
    1.35  that far.