common/makefile_functions, minor text change
This commit is contained in:
parent
0b7ca8bc01
commit
b051b902ea
1 changed files with 6 additions and 7 deletions
13
README
13
README
|
@ -15,8 +15,8 @@ $Id$
|
||||||
*. The resulting Makefile takes considerable time to run to completion,
|
*. The resulting Makefile takes considerable time to run to completion,
|
||||||
lay in a supply of caffeine beverages.
|
lay in a supply of caffeine beverages.
|
||||||
|
|
||||||
*. It is recommended that you temporarily unpack your linux kernel and
|
*. It is recommended that you temporarily unpack your linux kernel,
|
||||||
run <make menuconfig> and configure the kernal as per the book and save
|
run <make menuconfig>, configure the kernal as per the book and save
|
||||||
the resulting .config file. This configuration rule also applies to the
|
the resulting .config file. This configuration rule also applies to the
|
||||||
configuration of the uClibc package when building a HLFS system using
|
configuration of the uClibc package when building a HLFS system using
|
||||||
uClibc rather than glibc.
|
uClibc rather than glibc.
|
||||||
|
@ -31,15 +31,14 @@ $Id$
|
||||||
|
|
||||||
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
|
||||||
to build run the script.
|
to build run the script.
|
||||||
<symlink> refers to the one of 4 package symlinks, lfs,hlfs,clfs,blfs.
|
<symlink> refers to the one of 4 package symlinks, lfs,hlfs,clfs,blfs.
|
||||||
Replace <symlink> with your choice.. i.e. ./lfs
|
Replace <symlink> with your choice.. i.e. ./lfs
|
||||||
|
|
||||||
./<symlink>
|
./<symlink>
|
||||||
Creates a makefile based on the configurations settings found in the
|
Create a makefile based on the settings found in the config files.
|
||||||
config files. You must enter the build partition/jhalfs directory and
|
You must enter the build partition/jhalfs directory and manually run make
|
||||||
manually run make
|
|
||||||
|
|
||||||
./<symlink> -G
|
./<symlink> -G
|
||||||
Download the packages and patches necessary to build <symlink>
|
Download the packages and patches necessary to build <symlink>
|
||||||
|
|
Reference in a new issue