reworded for consistency reasons

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2308 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-01-11 16:42:50 +00:00
parent ce14c07064
commit 90423c0944
3 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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 <para>The meaning of the make option is:</para>
Binutils that all programs should be statically linked. Setting the
<emphasis>LDFLAGS</emphasis> variable is the common way of specifying we <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>

View File

@ -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