README.BLFS: a few spelling mistakes and touch up some grammar

This commit is contained in:
George Boudreau 2006-08-13 20:57:30 +00:00
parent 824b6e419e
commit 4c5274d6b8

View file

@ -14,7 +14,7 @@ $Id$
general rule you will need to review and edit the scripts while reading general rule you will need to review and edit the scripts while reading
the book. the book.
NOTE:: The code is yet under development a may contains several bugs NOTE:: The code is still under development and may contains several bugs
2. USAGE:: 2. USAGE::
@ -54,13 +54,14 @@ $Id$
2.3 PARSING THE BOOK:: 2.3 PARSING THE BOOK::
Next step is to create a book and build scripts in dependencies build order Next step is to create a book and build scripts in dependencies build order
for a target package. A target package can be any of the ones listed in the for a target package. A target package can be any of the ones listed in the
packages file. That is done using the blfs-parser.sh script, but we are triying packages file. That is done using the blfs-parser.sh script, but we are trying
to make a menuconfig based system. to make a menuconfig based system.
The script need three arguments: The script need three arguments:
package name as listed in packages file package name as listed in packages file
dependencies level 1 for required, 2 for required an recommendedand, dependencies level 1 for required,
2 for required an recommendedand,
3 for required, recommended, and optional 3 for required, recommended, and optional
sudo usage y if sudo will be used (you will build as normal user) sudo usage y if sudo will be used (you will build as normal user)
n if sudo isn't needed (you will build as root) n if sudo isn't needed (you will build as root)
@ -82,8 +83,8 @@ $Id$
packages (i.e., for non-BLFS packages) can be inserted in an easy way. packages (i.e., for non-BLFS packages) can be inserted in an easy way.
2.4 CREATING THE MAKEFILE 2.4 CREATING THE MAKEFILE
When the build scripts will be ready to be run, the Makefile can be When the build scripts are ready to be run, the Makefile can be
created. Be sure that you are into the "package" directory and run created. Be sure that you cd into the "package" directory and run
../gen_makefile.sh ../gen_makefile.sh