mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
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:
parent
ac00f50d7f
commit
1fc778ebb4
@ -47,14 +47,11 @@ sysconfdir=/etc
|
|||||||
</literallayout>
|
</literallayout>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Change to the
|
Install Glibc by running the following commands:
|
||||||
<filename class="directory">/usr/src/glibc-build</filename>
|
|
||||||
directory and install Glibc by running the following commands:
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<blockquote><literallayout>
|
<blockquote><literallayout>
|
||||||
|
|
||||||
<userinput>cd /usr/src/glibc-build &&</userinput>
|
|
||||||
<userinput>../glibc-2.2.1/configure \</userinput>
|
<userinput>../glibc-2.2.1/configure \</userinput>
|
||||||
<userinput> --prefix=/usr --enable-add-ons
|
<userinput> --prefix=/usr --enable-add-ons
|
||||||
\</userinput>
|
\</userinput>
|
||||||
|
Loading…
Reference in New Issue
Block a user