docs/overview.txt
changeset 136 22b5ef41df97
parent 135 b2695c2f1919
child 148 567f1673d59d
     1.1 --- a/docs/overview.txt	Fri May 25 19:30:42 2007 +0000
     1.2 +++ b/docs/overview.txt	Sun May 27 20:22:06 2007 +0000
     1.3 @@ -127,14 +127,27 @@
     1.4    - kernel_check_config
     1.5    - kernel_headers
     1.6    - binutils
     1.7 +  - cc_core_pass_1
     1.8    - libc_headers
     1.9 -  - cc_core
    1.10 +  - libc_start_files
    1.11 +  - cc_core_pass_2
    1.12    - libfloat
    1.13    - libc
    1.14    - cc
    1.15    - libc_finish
    1.16    - debug
    1.17  
    1.18 +Alternatively, you can call make with the name of a step to just do that step:
    1.19 +  make libc_headers
    1.20 +is equivalent to:
    1.21 +  make RESTART=libs_headers STOP=libc_headers
    1.22 +
    1.23 +The shortcuts -step_name and step_name- allow to respectively stop or restart
    1.24 +at that step. Thus:
    1.25 +  make -libc_headers         make libc_headers-
    1.26 +are equivalent to:
    1.27 +  make STOP=libc_headers     make RESTART=libc_headers
    1.28 +
    1.29  ____________________________
    1.30                             /
    1.31  Configuring crosstool-NG  /