summaryrefslogtreecommitdiff
path: root/docs/overview.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/overview.txt')
-rw-r--r--docs/overview.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/overview.txt b/docs/overview.txt
index 7bc9f61..27c97a3 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
____________________________
/