aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-01-21 23:32:13 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-01-21 23:32:13 +0000
commit437a3dfb0fe35a36174d47a6863ef70547dc70f0 (patch)
tree9ed8278a0bd8201ae354bbdcf9c6052140cfabc1 /chapter06
parent2d3ec8b634b12854b2177ce74e2d58200ab0feda (diff)
[Bugs 48, 69, 85, 175, 250, 58, 103 and 246] Update packages (see changelog) and fix glibc linuxthreads man pages install and adjust util-linux installation for new version
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1466 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc-exp.xml4
-rw-r--r--chapter06/glibc-inst.xml3
-rw-r--r--chapter06/utillinux-inst.xml4
3 files changed, 9 insertions, 2 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml
index fdb7e3195..ff084cbee 100644
--- a/chapter06/glibc-exp.xml
+++ b/chapter06/glibc-exp.xml
@@ -45,6 +45,10 @@ to determine this, so it automatically defaults to a cross-compiler.
Compiling the test program failes because Glibc hasn't been installed
yet.</para>
+<para><userinput>cd ../glibc-&glibc-version;/linuxthreads/man &amp;&amp;
+make &amp;&amp; make install :</userinput> This command will install the
+linuxthreads man pages.</para>
+
<para><userinput>exec /bin/bash:</userinput>This command will
start a new bash shell which will replace the current shell. This is
done to get rid of the "I have no name!" message in the command
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index 094676311..8d102fa77 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -35,6 +35,9 @@ sed 's/cross-compiling = yes/cross-compiling = no/' \
make &amp;&amp;
make install &amp;&amp;
make localedata/install-locales &amp;&amp;
+cd ../glibc-&glibc-version;/linuxthreads/man &amp;&amp;
+make &amp;&amp;
+make install &amp;&amp;
exec /bin/bash --login</userinput></screen></para>
<para>An alternative to running <userinput>make
diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml
index 794ce4ffd..eb561b913 100644
--- a/chapter06/utillinux-inst.xml
+++ b/chapter06/utillinux-inst.xml
@@ -18,8 +18,8 @@ mkdir -p /var/lib/hwclock</userinput></screen></para>
<para>Install Util-Linux by running the following commands:</para>
<para><screen><userinput>./configure &amp;&amp;
-make HAVE_SLN=yes ADD_RAW=yes &amp;&amp;
-make HAVE_SLN=yes ADD_RAW=yes install</userinput></screen></para>
+make HAVE_SLN=yes &amp;&amp;
+make HAVE_SLN=yes install</userinput></screen></para>
</sect2>