diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-20 04:43:00 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-20 04:43:00 +0000 |
commit | 84479a6efdd209444715c827c1c4e0d8b672ee1d (patch) | |
tree | e41a7257fe585501471116b98d00aaf2f63e4211 /chapter06/glibc-inst.xml | |
parent | db6cd3f71a49ed39657a438d582a5edbcb7fdaa6 (diff) |
Updated to current versions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 5a4dbed5a..a8c94ce2a 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -2,7 +2,7 @@ <title>Installation of Glibc</title> <para> -Unpack the glibc-linuxthreads in the glibc-2.2.1 directory, not in +Unpack the glibc-linuxthreads in the glibc-&glibc-version; directory, not in /usr/src. </para> @@ -16,15 +16,15 @@ Install Glibc by running the following commands: <userinput>mkdir /usr/src/glibc-build &&</userinput> <userinput>cd /usr/src/glibc-build &&</userinput> <userinput>sed s/"\$(PERL)"/"\/usr\/bin\/perl"/ \</userinput> - <userinput> ../glibc-2.2.1/malloc/Makefile + <userinput> ../glibc-&glibc-version;/malloc/Makefile > tmp~ &&</userinput> - <userinput>mv tmp~ ../glibc-2.2.1/malloc/Makefile && + <userinput>mv tmp~ ../glibc-&glibc-version;/malloc/Makefile && </userinput> - <userinput>sed "s/root/0/" ../glibc-2.2.1/login/Makefile + <userinput>sed "s/root/0/" ../glibc-&glibc-version;/login/Makefile > tmp~ && </userinput> - <userinput>mv tmp~ ../glibc-2.2.1/login/Makefile && + <userinput>mv tmp~ ../glibc-&glibc-version;/login/Makefile && </userinput> - <userinput>../glibc-2.2.1/configure \</userinput> + <userinput>../glibc-&glibc-version;/configure \</userinput> <userinput> --prefix=/usr --enable-add-ons \</userinput> <userinput> --libexecdir=/usr/bin && |