diff -r ff64ca4ebe48 -r 223c84ec2d90 docs/overview.txt --- a/docs/overview.txt Tue Jun 26 21:23:05 2007 +0000 +++ b/docs/overview.txt Sun Jul 01 19:04:20 2007 +0000 @@ -110,9 +110,9 @@ /opt/x-tools/${CT_TARGET} CT_TOP_DIR: - The top directory where crosstool-NG sits. You shouldn't need it in most - cases. There is one case where you may need it: if you have local patches - and you store them in your copy of crosstool-NG, you can refer to them + The top directory where crosstool-NG is running. You shouldn't need it in + most cases. There is one case where you may need it: if you have local + patches and you store them in your running directory, you can refer to them by using CT_TOP_DIR, such as: ${CT_TOP_DIR}/patches.myproject @@ -274,13 +274,13 @@ Makefile front-end | -------------------* -The Makefile defines a set of rules to call each action. You can get the -list, along with some terse description, by typing "make help" in your -favourite command line. +To Be Written later... -The Makefile sets the version variable from the version file in ${CT_TOP_DIR} -which is then available to others in the CT_VERSION environment variable. +Kconfig parser | +---------------* The kconfig language is a hacked version, vampirised from the toybox project -by Rob LANDLEY (http://www.landley.net/code/toybox/), adapted to my needs. +by Rob LANDLEY (http://www.landley.net/code/toybox/), itself coming from the +Linux kernel (http://www.linux.org/ http://www.kernel.org/), and (heavily) +adapted to my needs.