diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-02 13:37:47 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-02 13:37:47 +0000 |
commit | 1fc778ebb4ddb8e4f88ff28f18715de0cf3d8ded (patch) | |
tree | 5f1eaa69ffa7b5c39fbd12fdb99caedc5315d7d4 /chapter06 | |
parent | ac00f50d7f36764e87d33b7334986f0e0208ac84 (diff) |
No need to cd into glibc-build before running configure and make. We're
already in glibc-build when we created the configparms file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@95 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.sgml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chapter06/glibc-inst.sgml b/chapter06/glibc-inst.sgml index cd6c74953..45a55beff 100644 --- a/chapter06/glibc-inst.sgml +++ b/chapter06/glibc-inst.sgml @@ -47,14 +47,11 @@ sysconfdir=/etc </literallayout> <para> -Change to the -<filename class="directory">/usr/src/glibc-build</filename> -directory and install Glibc by running the following commands: +Install Glibc by running the following commands: </para> <blockquote><literallayout> - <userinput>cd /usr/src/glibc-build &&</userinput> <userinput>../glibc-2.2.1/configure \</userinput> <userinput> --prefix=/usr --enable-add-ons \</userinput> |