aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-03-29 06:46:19 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-03-29 06:46:19 +0000
commit9bda40d80a5249ee68ec1d0bf3f8b5f3394e88e9 (patch)
tree7ad879c342fe9df8189804a41875da99965323df
parent39ec01cf043b3a4b0aa10bc9aab35d8eb11e1def (diff)
Fix location of patch application
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/glibc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 18670c38b..262a85a9f 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -52,12 +52,12 @@
<screen><userinput remap="pre">sed -i 's#/var/db#/tools/var/db#' Makeconfig</userinput></screen>
- <para>The Glibc documentation recommends building Glibc outside of the source
- directory in a dedicated build directory:</para>
-
<para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen>
+ <para>The Glibc documentation recommends building Glibc outside of the source
+ directory in a dedicated build directory:</para>
+
<screen><userinput remap="pre">mkdir -v ../glibc-build
cd ../glibc-build</userinput></screen>