aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
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>