diff -r b2695c2f1919 -r 22b5ef41df97 docs/overview.txt --- a/docs/overview.txt Fri May 25 19:30:42 2007 +0000 +++ b/docs/overview.txt Sun May 27 20:22:06 2007 +0000 @@ -127,14 +127,27 @@ - kernel_check_config - kernel_headers - binutils + - cc_core_pass_1 - libc_headers - - cc_core + - libc_start_files + - cc_core_pass_2 - libfloat - libc - cc - libc_finish - debug +Alternatively, you can call make with the name of a step to just do that step: + make libc_headers +is equivalent to: + make RESTART=libs_headers STOP=libc_headers + +The shortcuts -step_name and step_name- allow to respectively stop or restart +at that step. Thus: + make -libc_headers make libc_headers- +are equivalent to: + make STOP=libc_headers make RESTART=libc_headers + ____________________________ / Configuring crosstool-NG /