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
This commit is contained in:
Gerard Beekmans 2001-02-02 13:37:47 +00:00
parent ac00f50d7f
commit 1fc778ebb4

View File

@ -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 &amp;&amp;</userinput>
<userinput>../glibc-2.2.1/configure \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;--prefix=/usr --enable-add-ons
\</userinput>