From be2942c5faf585fb01c26f19abce3c91fadb7b15 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 11 Jul 2001 21:36:01 +0000 Subject: Made extra sure that you need to cd into glibc-&glibc-version; then unpack (when we're sure that you are in glibc-&glibc-version; then we don't have to use the absolute patch /usr/src/glibc-build when mkdir'ing it and cd'ing into it. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 8a10e1db0..c83cd5779 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -2,8 +2,10 @@ Installation of Glibc -Once glibc has been unpacked as usual, unpack glibc-linuxthreads inside -the glibc-&glibc-version; directory, not in /usr/src +Once glibc has been unpacked as usual and you have cd'ed into the +glibc-&glibc-version; directory, unpack glibc-linuxthreads inside +the glibc-&glibc-version; directory, not in /usr/src as you normally +would do. @@ -14,8 +16,8 @@ Install Glibc by running the following commands: mknod -m 0666 /dev/null c 1 3 && touch /etc/ld.so.conf && -mkdir /usr/src/glibc-build && -cd /usr/src/glibc-build && +mkdir ../glibc-build && +cd ../glibc-build && sed s/"\$(PERL)"/"\/usr\/bin\/perl"/ \    ../glibc-&glibc-version;/malloc/Makefile > tmp~ && mv tmp~ ../glibc-&glibc-version;/malloc/Makefile && -- cgit v1.2.3-54-g00ecf