docs/overview.txt
changeset 1025 fc64f85e41cc
parent 965 45ddf096def1
child 1038 33f695f7773a
     1.1 --- a/docs/overview.txt	Thu Oct 23 13:45:48 2008 +0000
     1.2 +++ b/docs/overview.txt	Fri Oct 31 18:31:01 2008 +0000
     1.3 @@ -336,11 +336,11 @@
     1.4  option CT_DEBUG_CT_SAVE_STEPS, and that the previous build effectively went
     1.5  that far.
     1.6  
     1.7 -Testing all toolchains at once |
     1.8 --------------------------------+
     1.9 +Building all toolchains at once |
    1.10 +--------------------------------+
    1.11  
    1.12 -You can test-build all samples; simply call:
    1.13 -  ct-ng regtest
    1.14 +You can build all samples; simply call:
    1.15 +  ct-ng build-all
    1.16  
    1.17  Overriding the number of // jobs |
    1.18  ---------------------------------+
    1.19 @@ -354,7 +354,16 @@
    1.20  
    1.21  You can see the actions that support overriding the number of // jobs in
    1.22  the help menu. Those are the ones with [.#] after them (eg. build[.#] or
    1.23 -regtest[.#], and so on...).
    1.24 +build-all[.#], and so on...).
    1.25 +
    1.26 +Note on // jobs |
    1.27 +----------------+
    1.28 +
    1.29 +The crosstool-NG script 'ct-ng' is a Makefile-script. It does *not* execute
    1.30 +in parallel (there is not much to gain). When speaking of // jobs, we are
    1.31 +refering to the number of // jobs when making the *components*. That is, we
    1.32 +speak of the number of // jobs used to build gcc, glibc, and so on...
    1.33 +
    1.34  
    1.35  _______________________
    1.36                        /