Changeset d962702 for chapter06


Ignore:
Timestamp:
01/22/2004 11:56:16 PM (20 years ago)
Author:
Greg Schafer <greg@…>
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, 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:
5c8d965
Parents:
5618bb7
Message:

Small entity cleanups.

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

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r5618bb7 rd962702  
    5050<para>Now prepare Binutils for compilation:</para>
    5151
    52 <screen><userinput>../binutils-&binutils-version;/configure \
     52<screen><userinput>../&binutils-dir;/configure \
    5353&nbsp;&nbsp;&nbsp;&nbsp;--prefix=/usr --enable-shared</userinput></screen>
    5454
     
    8080some packages:</para>
    8181
    82 <screen><userinput>cp ../binutils-&binutils-version;/include/libiberty.h /usr/include</userinput></screen>
     82<screen><userinput>cp ../&binutils-dir;/include/libiberty.h /usr/include</userinput></screen>
    8383
    8484</sect2>
  • chapter06/e2fsprogs.xml

    r5618bb7 rd962702  
    2525<para>Prepare E2fsprogs for compilation:</para>
    2626
    27 <screen><userinput>../e2fsprogs-&e2fsprogs-version;/configure --prefix=/usr --with-root-prefix="" \
     27<screen><userinput>../&e2fsprogs-dir;/configure --prefix=/usr --with-root-prefix="" \
    2828&nbsp;&nbsp;&nbsp;&nbsp;--enable-elf-shlibs</userinput></screen>
    2929
  • chapter06/gcc-2953.xml

    r5618bb7 rd962702  
    6060<para>Compile and install the compiler:</para>
    6161
    62 <screen><userinput>../gcc-2.95.3/configure --prefix=/opt/gcc-2.95.3 \
     62<screen><userinput>../&gcc-2953-dir;/configure --prefix=/opt/&gcc-2953-dir; \
    6363&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --enable-languages=c \
    6464&nbsp;&nbsp;&nbsp;&nbsp;--enable-threads=posix
  • chapter06/gcc.xml

    r5618bb7 rd962702  
    5959<para>Now prepare GCC for compilation:</para>
    6060
    61 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \
     61<screen><userinput>../&gcc-dir;/configure --prefix=/usr \
    6262&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --enable-threads=posix \
    6363&nbsp;&nbsp;&nbsp;&nbsp;--enable-__cxa_atexit --enable-clocale=gnu \
Note: See TracChangeset for help on using the changeset viewer.