Changeset f684ec6c


Ignore:
Timestamp:
11/07/2005 08:14:37 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
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.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, 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:
2a698a6
Parents:
1eeed22
Message:

Alter some --libexecdir options to improve general consistency throughout the book

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1eeed22 rf684ec6c  
    117117</listitem>
    118118
     119<listitem><para>November 7, 2005 [matt]: Remove the --libexecdir option from
     120both passes of GCC in chapter 5 (fixes bug 1646).  Also change the --libexecdir
     121option for Findutils to conform with the /usr/lib/packagename convention already
     122prevalent in the book (fixes bug 1644).</para></listitem>
     123
    119124<listitem><para>November 6, 2005 [matt]: Remove the optimization related
    120125warnings from the toolchain packages (bug 1650).</para></listitem>
  • chapter05/gcc-pass1.xml

    r1eeed22 rf684ec6c  
    3939
    4040<screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    41     --libexecdir=/tools/lib --with-local-prefix=/tools \
    42     --disable-nls --enable-shared --enable-languages=c</userinput></screen>
     41    --with-local-prefix=/tools --disable-nls --enable-shared \
     42    --enable-languages=c</userinput></screen>
    4343
    4444<para>The meaning of the configure options:</para>
  • chapter05/gcc-pass2.xml

    r1eeed22 rf684ec6c  
    103103
    104104<screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    105     --libexecdir=/tools/lib --with-local-prefix=/tools \
    106     --enable-clocale=gnu --enable-shared \
    107     --enable-threads=posix --enable-__cxa_atexit \
    108     --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
     105    --with-local-prefix=/tools --enable-clocale=gnu \
     106    --enable-shared --enable-threads=posix \
     107    --enable-__cxa_atexit --enable-languages=c,c++ \
     108    --disable-libstdcxx-pch</userinput></screen>
    109109
    110110<para>The meaning of the new configure options:</para>
  • chapter06/findutils.xml

    r1eeed22 rf684ec6c  
    3636<para>Prepare Findutils for compilation:</para>
    3737
    38 <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \
     38<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/findutils \
    3939    --localstatedir=/var/lib/locate</userinput></screen>
    4040
Note: See TracChangeset for help on using the changeset viewer.