docs/overview.txt
changeset 182 223c84ec2d90
parent 181 ff64ca4ebe48
child 192 cea313af395e
     1.1 --- a/docs/overview.txt	Tue Jun 26 21:23:05 2007 +0000
     1.2 +++ b/docs/overview.txt	Sun Jul 01 19:04:20 2007 +0000
     1.3 @@ -110,9 +110,9 @@
     1.4      /opt/x-tools/${CT_TARGET}
     1.5  
     1.6  CT_TOP_DIR:
     1.7 -  The top directory where crosstool-NG sits. You shouldn't need it in most
     1.8 -  cases. There is one case where you may need it: if you have local patches
     1.9 -  and you store them in your copy of crosstool-NG, you can refer to them
    1.10 +  The top directory where crosstool-NG is running. You shouldn't need it in
    1.11 +  most cases. There is one case where you may need it: if you have local
    1.12 +  patches and you store them in your running directory, you can refer to them
    1.13    by using CT_TOP_DIR, such as:
    1.14      ${CT_TOP_DIR}/patches.myproject
    1.15  
    1.16 @@ -274,13 +274,13 @@
    1.17  Makefile front-end |
    1.18  -------------------*
    1.19  
    1.20 -The Makefile defines a set of rules to call each action. You can get the
    1.21 -list, along with some terse description, by typing "make help" in your
    1.22 -favourite command line.
    1.23 +To Be Written later...
    1.24  
    1.25 -The Makefile sets the version variable from the version file in ${CT_TOP_DIR}
    1.26 -which is then available to others in the CT_VERSION environment variable.
    1.27 +Kconfig parser |
    1.28 +---------------*
    1.29  
    1.30  The kconfig language is a hacked version, vampirised from the toybox project
    1.31 -by Rob LANDLEY (http://www.landley.net/code/toybox/), adapted to my needs.
    1.32 +by Rob LANDLEY (http://www.landley.net/code/toybox/), itself coming from the
    1.33 +Linux kernel (http://www.linux.org/ http://www.kernel.org/), and (heavily)
    1.34 +adapted to my needs.
    1.35