Browse Source

reworded for consistency reasons

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2308 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 years ago
parent
commit
90423c0944
3 changed files with 10 additions and 6 deletions
  1. 1 1
      chapter05/bash-inst.xml
  2. 8 4
      chapter05/binutils-inst.xml
  3. 1 1
      chapter06/glibc-inst.xml

+ 1 - 1
chapter05/bash-inst.xml

@@ -26,7 +26,7 @@ following command:</para>
 <para><screen><userinput>./configure --enable-static-link \
 <para><screen><userinput>./configure --enable-static-link \
 &nbsp;&nbsp;&nbsp;&nbsp;--prefix=$LFS/static --with-curses</userinput></screen></para>
 &nbsp;&nbsp;&nbsp;&nbsp;--prefix=$LFS/static --with-curses</userinput></screen></para>
 
 
-<para>The meaning of the configure switches are:</para>
+<para>The meaning of the configure options are:</para>
 
 
 <itemizedlist>
 <itemizedlist>
 <listitem><para><userinput>--enable-static-link:</userinput> This option
 <listitem><para><userinput>--enable-static-link:</userinput> This option

+ 8 - 4
chapter05/binutils-inst.xml

@@ -34,13 +34,17 @@ statically.</para></listitem>
 <para><screen><userinput>make LDFLAGS="-all-static" &amp;&amp;
 <para><screen><userinput>make LDFLAGS="-all-static" &amp;&amp;
 make install</userinput></screen></para>
 make install</userinput></screen></para>
 
 
-<para><emphasis>make LDFLAGS="-all-static"</emphasis> is how we tell
-Binutils that all programs should be statically linked. Setting the
-<emphasis>LDFLAGS</emphasis> variable is the common way of specifying we
+<para>The meaning of the make option is:</para>
+
+<itemizedlist>
+<listitem><para><userinput>make LDFLAGS="-all-static":</userinput> This is
+how we tell Binutils that all programs should be statically linked. Setting
+the <emphasis>LDFLAGS</emphasis> variable is the common way of specifying we
 want a static link to take place, however, its value and the way it is set
 want a static link to take place, however, its value and the way it is set
 is not always the same. You'll see with the remaining packages that there
 is not always the same. You'll see with the remaining packages that there
 are different ways of setting up the <emphasis>LDFLAGS</emphasis>
 are different ways of setting up the <emphasis>LDFLAGS</emphasis>
-variable.</para>
+variable.</para></listitem>
+</itemizedlist>
 
 
 </sect2>
 </sect2>
 
 

+ 1 - 1
chapter06/glibc-inst.xml

@@ -93,7 +93,7 @@ you change the translation source files (the <filename>*.po</filename>
 files in the <filename class="directory">po</filename> subdirectory) which
 files in the <filename class="directory">po</filename> subdirectory) which
 would require you to re-generate the binary files.</para>
 would require you to re-generate the binary files.</para>
 
 
-<para>The meaning of the configure switches are:</para>
+<para>The meaning of the configure options are:</para>
 
 
 <itemizedlist>
 <itemizedlist>
 <listitem><para><userinput>--disable-profile:</userinput> This disables the
 <listitem><para><userinput>--disable-profile:</userinput> This disables the