Added reference to new configuration tool
This commit is contained in:
parent
00818a6f23
commit
7b7c34a419
2 changed files with 19 additions and 1 deletions
|
@ -379,6 +379,11 @@ depends on BOOK_HLFS
|
||||||
# 2 = all chapter06 testsuites
|
# 2 = all chapter06 testsuites
|
||||||
# 3 = all chapter05 and chapter06 testsuites
|
# 3 = all chapter05 and chapter06 testsuites
|
||||||
# (in CLFS, alias to 2)
|
# (in CLFS, alias to 2)
|
||||||
|
|
||||||
|
HLFS has no testsuites available in the toolchain phase
|
||||||
|
# 1 = only chapter06 Glibc, Butterfly-tookchain
|
||||||
|
# 2 = all chapter06 testsuites
|
||||||
|
#
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Tests ->"
|
prompt "Tests ->"
|
||||||
|
|
15
README
15
README
|
@ -28,7 +28,20 @@ $Id$
|
||||||
3. CONFIGURATION FILES::
|
3. CONFIGURATION FILES::
|
||||||
Each book in the LFS series has its own set of configurable parameters
|
Each book in the LFS series has its own set of configurable parameters
|
||||||
as well as the common parameters file.
|
as well as the common parameters file.
|
||||||
|
|
||||||
|
::NEWS:: There is new configuration method for jhalfs.
|
||||||
|
|
||||||
|
We have installed the familiar menu based configuration tool driven by
|
||||||
|
make. If you type the command <make> you will be presented with a list of
|
||||||
|
configurable parameters (starting with the book you wish to use). All the
|
||||||
|
parameters found in the individual config files are available. Once you
|
||||||
|
have finished setting the parameters and exit the make file will launch
|
||||||
|
the chosen book version of jhalfs. JHALFS will import your created file
|
||||||
|
and overider the values found in normal "config" files.
|
||||||
|
..note.. The generated file <configuration> is only used by jhalfs if you
|
||||||
|
run jhalfs via make otherwise it is ignored.
|
||||||
|
|
||||||
|
|
||||||
4. RUNNING::
|
4. RUNNING::
|
||||||
The script master.sh cannot be invoked directly but only via the
|
The script master.sh cannot be invoked directly but only via the
|
||||||
supplied symlinks. After editing the config file for the project you wish
|
supplied symlinks. After editing the config file for the project you wish
|
||||||
|
|
Reference in a new issue