Changeset d962702


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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    r5618bb7 rd962702  
    3737<para>Now prepare Binutils for compilation:</para>
    3838
    39 <screen><userinput>../binutils-&binutils-version;/configure \
     39<screen><userinput>../&binutils-dir;/configure \
    4040&nbsp;&nbsp;&nbsp;&nbsp;--prefix=/tools --disable-nls</userinput></screen>
    4141
  • chapter05/binutils-pass2.xml

    r5618bb7 rd962702  
    2222<para>Now prepare Binutils for compilation:</para>
    2323
    24 <screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \
     24<screen><userinput>../&binutils-dir;/configure --prefix=/tools \
    2525&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --with-lib-path=/tools/lib</userinput></screen>
    2626
  • chapter05/gcc-pass1.xml

    r5618bb7 rd962702  
    3333<para>Prepare GCC for compilation:</para>
    3434
    35 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
     35<screen><userinput>../&gcc-dir;/configure --prefix=/tools \
    3636&nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/tools \
    3737&nbsp;&nbsp;&nbsp;&nbsp;--disable-nls --enable-shared \
  • chapter05/gcc-pass2.xml

    r5618bb7 rd962702  
    3838to unpack all three GCC tarballs (-core, -g++, and -testsuite) in one and the
    3939same working directory. They will all unfold into a single
    40 <filename>gcc-&gcc-version;/</filename> subdirectory.</para>
     40<filename>&gcc-dir;/</filename> subdirectory.</para>
    4141
    4242<para>First correct one problem and make an essential adjustment:</para>
     
    7878<para>Now prepare GCC for compilation:</para>
    7979
    80 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
     80<screen><userinput>../&gcc-dir;/configure --prefix=/tools \
    8181&nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/tools \
    8282&nbsp;&nbsp;&nbsp;&nbsp;--enable-clocale=gnu --enable-shared \
     
    129129a summary of the test suite results, run this:</para>
    130130 
    131 <screen><userinput>../gcc-&gcc-version;/contrib/test_summary | more</userinput></screen>
     131<screen><userinput>../&gcc-dir;/contrib/test_summary | more</userinput></screen>
    132132
    133133<para>You can compare your results to those posted to the gcc-testresults
  • 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 \
  • index.xml

    r5618bb7 rd962702  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "CVS-2004-01-21">
    6 <!ENTITY releasedate "January 21st, 2004">
     5<!ENTITY version "CVS-2004-01-22">
     6<!ENTITY releasedate "January 22nd, 2004">
    77<!ENTITY milestone "5.1">
    88<!ENTITY nbsp " ">
Note: See TracChangeset for help on using the changeset viewer.