From 51554bf237037946b12f7aea97708f1a64c091a6 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 1 Jun 2007 16:55:33 +0000 Subject: Introduce the notion of tols facilities (none so far, sstrip coming right away...). --- docs/overview.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/overview.txt') diff --git a/docs/overview.txt b/docs/overview.txt index 7bc9f613..27c97a34 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -135,6 +135,7 @@ The list of steps is, in order of appearence in the build process: - libc - cc - libc_finish + - tools - debug Alternatively, you can call make with the name of a step to just do that step: @@ -144,9 +145,9 @@ is equivalent to: The shortcuts -step_name and step_name- allow to respectively stop or restart at that step. Thus: - make -libc_headers make libc_headers- + make -libc_headers and: make libc_headers- are equivalent to: - make STOP=libc_headers make RESTART=libc_headers + make STOP=libc_headers and: make RESTART=libc_headers ____________________________ / -- cgit v1.2.3