aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-12-12 23:41:37 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-12-12 23:41:37 +0000
commit1caa48e19b0f2b609746b72a3d2d0fd572b22316 (patch)
tree64f3113f9a4f45187258e0a658f393178c145867 /chapter06
parent2ad19ed298e3e0a9df40fa914f54f28d2c26fdbc (diff)
Glibc: Moved ld.so.conf creation to immediately before make install in both chapters.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index c2df2bfb8..f6f76a631 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -28,13 +28,7 @@ again inside the <filename>glibc-&glibc-version;</filename> directory, and to
unset any environment variables that override the default optimization
flags.</para>
-<para>Though it is a harmless message, the install stage of Glibc will
-complain about the absence of <filename>/etc/ld.so.conf</filename>. Fix this
-annoying little warning with:</para>
-
-<screen><userinput>touch /etc/ld.so.conf</userinput></screen>
-
-<para>Then apply the same patch we used previously:</para>
+<para>Apply the same patch we used previously:</para>
<screen><userinput>patch -Np1 -i ../&glibc-sscanf-patch;</userinput></screen>
@@ -73,6 +67,12 @@ kernel headers into <filename>/usr/include</filename>.</para></listitem>
<para>The test suite notes from <xref linkend="ch05-glibc"/> are still very much
appropriate here. Be sure to refer back there should you have any doubts.</para>
+<para>Though it is a harmless message, the install stage of Glibc will
+complain about the absence of <filename>/etc/ld.so.conf</filename>. Fix this
+annoying little warning with:</para>
+
+<screen><userinput>touch /etc/ld.so.conf</userinput></screen>
+
<para>And install the package:</para>
<screen><userinput>make install</userinput></screen>