浏览代码

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
Matthew Burgess 19 年之前
父节点
当前提交
423f6e811a
共有 3 个文件被更改,包括 4 次插入22 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 0 7
      chapter03/packages.xml
  3. 0 15
      chapter06/glibc.xml

+ 4 - 0
chapter01/changelog.xml

@@ -114,6 +114,10 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </listitem>
 
 
+<listitem><para>November 26, 2005 [matt]: Don't install the Linuxthreads man
+pages, the POSIX threading API is documented in the man3p section provided by
+the man-pages package (fixes bug 1660).</para></listitem>
+
 <listitem><para>November 26, 2005 [matt]: Remove the incorrect note about not
 <listitem><para>November 26, 2005 [matt]: Remove the incorrect note about not
 having to dump/check a journalled filesystem (fixes bug 1662).</para>
 having to dump/check a journalled filesystem (fixes bug 1662).</para>
 </listitem>
 </listitem>

+ 0 - 7
chapter03/packages.xml

@@ -150,13 +150,6 @@ url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para></note>
 </listitem>
 </listitem>
 </varlistentry>
 </varlistentry>
 
 
-<varlistentry>
-<term>Glibc-Linuxthreads (&glibc-version;) - 236 KB: </term>
-<listitem>
-<para><ulink url="&gnu;glibc/"/></para>
-</listitem>
-</varlistentry>
-
 <varlistentry>
 <varlistentry>
 <term>Grep (&grep-version;) - 520 KB:</term>
 <term>Grep (&grep-version;) - 520 KB:</term>
 <listitem>
 <listitem>

+ 0 - 15
chapter06/glibc.xml

@@ -47,12 +47,6 @@ and linker cannot be adjusted before the Glibc install because the
 Glibc autoconf tests would give false results and defeat the goal
 Glibc autoconf tests would give false results and defeat the goal
 of achieving a clean build.</para>
 of achieving a clean build.</para>
 
 
-<para>The linuxthreads tarball contains the man pages for the
-threading libraries installed by Glibc.  Unpack the tarball from
-within the Glibc source directory:</para>
-
-<screen><userinput>tar -xvf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
-
 <para>The Glibc documentation recommends building Glibc outside of the source
 <para>The Glibc documentation recommends building Glibc outside of the source
 directory in a dedicated build directory:</para>
 directory in a dedicated build directory:</para>
 
 
@@ -176,15 +170,6 @@ installed only for GCC and Gettext tests to pass, and the
 properly in them. Various attempts to circumvent these restrictions are
 properly in them. Various attempts to circumvent these restrictions are
 documented in internationalization-related hints.</para>
 documented in internationalization-related hints.</para>
 
 
-<para>Build the linuxthreads man pages, which are a great reference
-on the threading API (applicable to NPTL as well):</para>
-
-<screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man</userinput></screen>
-
-<para>Install these pages:</para>
-
-<screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man install</userinput></screen>
-
 </sect2>
 </sect2>
 
 
 <sect2 id="conf-glibc" role="configuration"><title>Configuring Glibc</title>
 <sect2 id="conf-glibc" role="configuration"><title>Configuring Glibc</title>