Changeset 423f6e8


Ignore:
Timestamp:
11/26/2005 10:22:55 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:
5a7bad8
Parents:
e7de1b23
Message:

Don't install man pages from the Glibc Linuxthreads tarball

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re7de1b23 r423f6e8  
    115115</listitem>
    116116
     117<listitem><para>November 26, 2005 [matt]: Don't install the Linuxthreads man
     118pages, the POSIX threading API is documented in the man3p section provided by
     119the man-pages package (fixes bug 1660).</para></listitem>
     120
    117121<listitem><para>November 26, 2005 [matt]: Remove the incorrect note about not
    118122having to dump/check a journalled filesystem (fixes bug 1662).</para>
  • chapter03/packages.xml

    re7de1b23 r423f6e8  
    152152
    153153<varlistentry>
    154 <term>Glibc-Linuxthreads (&glibc-version;) - 236 KB: </term>
    155 <listitem>
    156 <para><ulink url="&gnu;glibc/"/></para>
    157 </listitem>
    158 </varlistentry>
    159 
    160 <varlistentry>
    161154<term>Grep (&grep-version;) - 520 KB:</term>
    162155<listitem>
  • chapter06/glibc.xml

    re7de1b23 r423f6e8  
    4747Glibc autoconf tests would give false results and defeat the goal
    4848of achieving a clean build.</para>
    49 
    50 <para>The linuxthreads tarball contains the man pages for the
    51 threading libraries installed by Glibc.  Unpack the tarball from
    52 within the Glibc source directory:</para>
    53 
    54 <screen><userinput>tar -xvf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
    5549
    5650<para>The Glibc documentation recommends building Glibc outside of the source
     
    176170properly in them. Various attempts to circumvent these restrictions are
    177171documented in internationalization-related hints.</para>
    178 
    179 <para>Build the linuxthreads man pages, which are a great reference
    180 on the threading API (applicable to NPTL as well):</para>
    181 
    182 <screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man</userinput></screen>
    183 
    184 <para>Install these pages:</para>
    185 
    186 <screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man install</userinput></screen>
    187172
    188173</sect2>
Note: See TracChangeset for help on using the changeset viewer.