Changeset 90423c0


Ignore:
Timestamp:
01/11/2003 04:42:50 PM (21 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
873ec17
Parents:
ce14c07
Message:

reworded for consistency reasons

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2308 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/bash-inst.xml

    rce14c07 r90423c0  
    2727&nbsp;&nbsp;&nbsp;&nbsp;--prefix=$LFS/static --with-curses</userinput></screen></para>
    2828
    29 <para>The meaning of the configure switches are:</para>
     29<para>The meaning of the configure options are:</para>
    3030
    3131<itemizedlist>
  • chapter05/binutils-inst.xml

    rce14c07 r90423c0  
    3535make install</userinput></screen></para>
    3636
    37 <para><emphasis>make LDFLAGS="-all-static"</emphasis> is how we tell
    38 Binutils that all programs should be statically linked. Setting the
    39 <emphasis>LDFLAGS</emphasis> variable is the common way of specifying we
     37<para>The meaning of the make option is:</para>
     38
     39<itemizedlist>
     40<listitem><para><userinput>make LDFLAGS="-all-static":</userinput> This is
     41how we tell Binutils that all programs should be statically linked. Setting
     42the <emphasis>LDFLAGS</emphasis> variable is the common way of specifying we
    4043want a static link to take place, however, its value and the way it is set
    4144is not always the same. You'll see with the remaining packages that there
    4245are different ways of setting up the <emphasis>LDFLAGS</emphasis>
    43 variable.</para>
     46variable.</para></listitem>
     47</itemizedlist>
    4448
    4549</sect2>
  • chapter06/glibc-inst.xml

    rce14c07 r90423c0  
    9494would require you to re-generate the binary files.</para>
    9595
    96 <para>The meaning of the configure switches are:</para>
     96<para>The meaning of the configure options are:</para>
    9797
    9898<itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.