From 3a3b76eeb765d4bfd203fcbf569f6c4244b63d70 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 13 Sep 2002 13:43:14 +0000 Subject: [PATCH] Added glibc linuxthreads man pages installation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2104 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/linuxthreadsmanpages-dep.xml | 7 +++++++ appendixa/linuxthreadsmanpages-desc.xml | 17 +++++++++++++++++ appendixa/linuxthreadsmanpages.xml | 9 +++++++++ chapter01/changelog.xml | 4 ++++ chapter06/chapter06.xml | 1 + chapter06/glibc-inst.xml | 5 +++++ chapter06/linuxthreadsmanpages-inst.xml | 17 +++++++++++++++++ chapter06/linuxthreadsmanpages.xml | 14 ++++++++++++++ entities/linuxthreadsmanpages.ent | 16 ++++++++++++++++ index.xml | 6 ++++-- 10 files changed, 94 insertions(+), 2 deletions(-) create mode 100644 appendixa/linuxthreadsmanpages-dep.xml create mode 100644 appendixa/linuxthreadsmanpages-desc.xml create mode 100644 appendixa/linuxthreadsmanpages.xml create mode 100644 chapter06/linuxthreadsmanpages-inst.xml create mode 100644 chapter06/linuxthreadsmanpages.xml create mode 100644 entities/linuxthreadsmanpages.ent diff --git a/appendixa/linuxthreadsmanpages-dep.xml b/appendixa/linuxthreadsmanpages-dep.xml new file mode 100644 index 000000000..ec3695c6c --- /dev/null +++ b/appendixa/linuxthreadsmanpages-dep.xml @@ -0,0 +1,7 @@ + +Linux threads man pages installation Dependencies + +Not yet checked. + + + diff --git a/appendixa/linuxthreadsmanpages-desc.xml b/appendixa/linuxthreadsmanpages-desc.xml new file mode 100644 index 000000000..6635be76d --- /dev/null +++ b/appendixa/linuxthreadsmanpages-desc.xml @@ -0,0 +1,17 @@ +Contents of Linux threads man pages + +Last checked against version &linuxthreadsmanpages-contversion;. + +Support Files +Various Linux threads API manual pages. + +Descriptions + +Manual pages +Contains the manual pages regarding the Glibc Linux threads +API. + + + + + diff --git a/appendixa/linuxthreadsmanpages.xml b/appendixa/linuxthreadsmanpages.xml new file mode 100644 index 000000000..684c1d6c1 --- /dev/null +++ b/appendixa/linuxthreadsmanpages.xml @@ -0,0 +1,9 @@ + +Linux threads man pages + + +&aa-linuxthreadsmanpages-desc; +&aa-linuxthreadsmanpages-dep; + + + diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bb475ae43..50f9c3a05 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -56,6 +56,10 @@ +September 13th, 2002 [gerard]: Chapter 06: Added the +Linux Threads Man Pages installation after the Perl +installation. + September 12th, 2002 [gerard]: Chapter 06 - Create mtab link: Made the ln command an ln -sf so the existing /etc/mtab file, created diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index d211ee230..2872a3e38 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -33,6 +33,7 @@ &c6-gettext; &c6-nettools; &c6-perl; +&c6-linuxthreadsmanpages; &c6-m4; &c6-texinfo; &c6-autoconf; diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 7f0fe0b5d..d122aba01 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -47,6 +47,11 @@ file in the glibc-&glibc-version; tree. One thing to note is that the class="directory">/usr/lib/locale directory exists, so you need to create it first. +The Linux Threads man pages are not going to be installed at this +point because it requires a working Perl installation. We'll install Perl +later on in this chapter so we'll come back to the Linux Threads man page +installation after that. + During the configure stage you will see the following warning:
configure: warning: diff --git a/chapter06/linuxthreadsmanpages-inst.xml b/chapter06/linuxthreadsmanpages-inst.xml new file mode 100644 index 000000000..6d664e574 --- /dev/null +++ b/chapter06/linuxthreadsmanpages-inst.xml @@ -0,0 +1,17 @@ + +Installation of Linux threads man pages + +Unpack the glibc-linuxthreads package and you'll notice that you end +up with two new directories. Enter the +linuxthreads directory, not the +linuxthreads_db directory. + +Install the Linux threads man pages by running the following +commands: + +cd man && +make && +make install + + + diff --git a/chapter06/linuxthreadsmanpages.xml b/chapter06/linuxthreadsmanpages.xml new file mode 100644 index 000000000..229cc67bd --- /dev/null +++ b/chapter06/linuxthreadsmanpages.xml @@ -0,0 +1,14 @@ + +Installing Linux threads-&linuxthreadsmanpages-version; Mmn pages + + +Estimated build time: &linuxthreadsmanpages-time; +Estimated required disk space: &linuxthreadsmanpages-compsize; + +&c6-linuxthreadsmanpages-inst; +&aa-linuxthreadsmanpages-desc; +&aa-linuxthreadsmanpages-dep; + + + + diff --git a/entities/linuxthreadsmanpages.ent b/entities/linuxthreadsmanpages.ent new file mode 100644 index 000000000..04cc3ef41 --- /dev/null +++ b/entities/linuxthreadsmanpages.ent @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/index.xml b/index.xml index f76e5e925..159a77f89 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + @@ -73,6 +73,7 @@ + @@ -142,6 +143,7 @@ %nettools-entities; %patch-entities; %perl-entities; +%linuxthreadsmanpages-entities; %procinfo-entities; %procps-entities; %psmisc-entities;