aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/glibc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-01-27 21:49:38 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-01-27 21:49:38 +0000
commitf1dd5475c93b2464957212d8e81b94d5b5af9630 (patch)
tree3bbe56582df3369e3cba8ded3acb77ab9009958c /chapter05/glibc.xml
parente408cb05608c2d009b2685f8302ef2a692c00266 (diff)
Move external build directories into dedicated build directories inside the
source tree for binutils, gcc, and glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10991 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r--chapter05/glibc.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 61e2d965c..a7278e337 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -47,15 +47,15 @@
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
- <para>The Glibc documentation recommends building Glibc outside of the source
- directory in a dedicated build directory:</para>
+ <para>The Glibc documentation recommends building Glibc
+ in a dedicated build directory:</para>
-<screen><userinput remap="pre">mkdir -v ../glibc-build
-cd ../glibc-build</userinput></screen>
+<screen><userinput remap="pre">mkdir -v build
+cd build</userinput></screen>
<para>Next, prepare Glibc for compilation:</para>
-<screen><userinput remap="configure">../glibc-&glibc-version;/configure \
+<screen><userinput remap="configure">../configure \
--prefix=/tools \
--host=$LFS_TGT \
--build=$(../glibc-&glibc-version;/scripts/config.guess) \