docs/overview.txt
changeset 148 567f1673d59d
parent 136 22b5ef41df97
child 150 9fd545714174
     1.1 --- a/docs/overview.txt	Sun May 27 20:22:06 2007 +0000
     1.2 +++ b/docs/overview.txt	Fri Jun 01 16:55:33 2007 +0000
     1.3 @@ -135,6 +135,7 @@
     1.4    - libc
     1.5    - cc
     1.6    - libc_finish
     1.7 +  - tools
     1.8    - debug
     1.9  
    1.10  Alternatively, you can call make with the name of a step to just do that step:
    1.11 @@ -144,9 +145,9 @@
    1.12  
    1.13  The shortcuts -step_name and step_name- allow to respectively stop or restart
    1.14  at that step. Thus:
    1.15 -  make -libc_headers         make libc_headers-
    1.16 +  make -libc_headers        and:    make libc_headers-
    1.17  are equivalent to:
    1.18 -  make STOP=libc_headers     make RESTART=libc_headers
    1.19 +  make STOP=libc_headers    and:    make RESTART=libc_headers
    1.20  
    1.21  ____________________________
    1.22                             /