diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-31 10:50:05 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-31 10:50:05 +0000 |
commit | 087e584f625ded123c5e6bc17d5c2ff1f5a8009c (patch) | |
tree | 723740f025b199d937567f0b98aadd807705a4d8 /chapter05 | |
parent | 73eac28cb38d307b6a7414fb8ddb5df77f30205d (diff) |
Small retouches of the text. Wrapping 'last checked' in parentheses.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 13 | ||||
-rw-r--r-- | chapter05/gcc-pass1-inst.xml | 4 | ||||
-rw-r--r-- | chapter05/glibc-inst.xml | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index cbf393942..53c37be56 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -24,7 +24,7 @@ cd ../binutils-build</userinput></screen></para> <para><screen><userinput>../binutils-&binutils-version;/configure \ --prefix=/stage1 --disable-nls</userinput></screen></para> -<para>The meaning of the configure switches is:</para> +<para>The meaning of the configure switches:</para> <itemizedlist> <listitem><para><userinput>--prefix=/stage1</userinput>: This tells the @@ -41,7 +41,7 @@ when linking statically.</para></listitem> <para><screen><userinput>make configure-host make LDFLAGS="-all-static"</userinput></screen></para> -<para>The meaning of the make option is:</para> +<para>The meaning of the make option:</para> <itemizedlist> <listitem><para><userinput>LDFLAGS="-all-static"</userinput>: This tells @@ -53,14 +53,15 @@ statically.</para></listitem> <para><screen><userinput>make install</userinput></screen></para> -<para>Now already prepare the linker for the "locking in" of -<emphasis>glibc</emphasis> later on:</para> +<para>Now already prepare the linker for the "locking in" of Glibc later +on:</para> <para><screen><userinput>make -C ld clean make -C ld LIB_PATH=/stage1/lib</userinput></screen></para> -<para><emphasis>Do not yet remove</emphasis> the binutils-* directories. -We will need them again a bit further on in this chapter.</para> +<para><emphasis>Do not yet remove</emphasis> the Binutils build and source +directories. You will need them again in their current state a bit further on +in this chapter.</para> </sect2> diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml index 737cfba96..37cf4836e 100644 --- a/chapter05/gcc-pass1-inst.xml +++ b/chapter05/gcc-pass1-inst.xml @@ -25,7 +25,7 @@ cd ../gcc-build</userinput></screen></para> --disable-nls --enable-shared \ --enable-languages=c</userinput></screen></para> -<para>The meaning of the new configure options is:</para> +<para>The meaning of the new configure options:</para> <itemizedlist> <listitem><para><userinput>--with-local-prefix=/stage1</userinput>: The @@ -52,7 +52,7 @@ have downloaded and unpacked the full GCC tarball.</para></listitem> <para><screen><userinput>make BOOT_LDFLAGS="-static" bootstrap</userinput></screen></para> -<para>The meaning of the make parameters is:</para> +<para>The meaning of the make parameters:</para> <itemizedlist> <listitem><para><userinput>BOOT_LDFLAGS="-static"</userinput>: This tells diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml index d55c99ca7..6e57b51d5 100644 --- a/chapter05/glibc-inst.xml +++ b/chapter05/glibc-inst.xml @@ -44,7 +44,7 @@ cd ../glibc-build</userinput></screen></para> --with-binutils=/stage1/bin \ --without-gd</userinput></screen></para> -<para>The meaning of the new configure options is:</para> +<para>The meaning of the new configure options:</para> <itemizedlist> <listitem><para><userinput>--disable-profile</userinput>: This disables the |